Q13: OpenAI Speech Generation JSON Builder
Build a JSON request for OpenAI's speech generation API
1
How to Submit Your Answer- Find the text to convert in your question (after "Convert the following text to speech:")
- Paste the exact text below
- Select the required options from the dropdowns
- Click Copy on the generated JSON
- Paste the JSON into the answer field on the exam website
- Click Check to submit your answer
2
Configure Your Request3
Generated JSON✅ Make sure to copy the entire JSON, including all curly braces
{
"model": "tts-1-hd",
"input": "Sample text to convert to speech",
"voice": "coral",
"speed": 1.5,
"response_format": "mp3"
}