Q13: OpenAI Speech Generation JSON Builder
Build a JSON request for OpenAI's speech generation API
1
How to Submit Your Answer
  1. Find the text to convert in your question (after "Convert the following text to speech:")
  2. Paste the exact text below
  3. Select the required options from the dropdowns
  4. Click Copy on the generated JSON
  5. Paste the JSON into the answer field on the exam website
  6. Click Check to submit your answer
2
Configure Your Request
3
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"
}