This endpoint retrieves audio files generated by both async TTS endpoints. Requires the mediaId and JWT token returned from the async synthesis request.
Behavior depends on the originating endpoint:
From /text-to-speech-async
:
From /text-to-speech/stream-async
:
Key features:
The media ID returned from the async TTS request
"media_abc123xyz"
JWT token for authentication
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Audio file retrieved successfully
The response is of type file
.