GET
/
synthesis
/
stream-audio
/
{mediaId}
Direct retrieval
curl -X GET "https://api.upliftai.org/v1/synthesis/stream-audio/media_abc123xyz?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \
  -o output.mp3
This response does not have an example.

Path Parameters

mediaId
string
required

The media ID returned from the async TTS request

Example:

"media_abc123xyz"

Query Parameters

token
string
required

JWT token for authentication

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

Response

200
audio/*

Audio file retrieved successfully

The response is of type file.