Stream the generated audio for a previously submitted retroactive TTS request. Use the id from the URL returned by POST /tts/retroactive. The response is raw audio bytes (MP3).
404. Retry with backoff until the audio is available — typical generations complete within a few seconds, but longer scripts may take longer.
File extensions like .mp3 in the id are stripped automatically, so both abc123 and abc123.mp3 resolve to the same generation.API key for authentication. Must start with dd- prefix.
API Key
Generation ID returned by the retroactive TTS submission. File extensions like .mp3 are stripped automatically.
Audio stream (MP3). The response body is raw audio bytes.