Retrieve the status or result of an audio generation request. If the audio is still being generated, returns processing status with estimated time. If complete, returns the audio data.
queue_id returned by /audio/queue to check generation status. When the request completes, this endpoint returns the generated audio data.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the model used for audio generation.
"elevenlabs-music"
The ID of the audio generation request. Use this to poll for status and retrieve the result.
"123e4567-e89b-12d3-a456-426614174000"
If true, the audio media will be deleted from storage after the request is completed. If false, you can use the complete endpoint to remove the media once you have successfully downloaded the audio.
false
Audio generation status or completed audio
The status of the audio generation request.
PROCESSING "PROCESSING"
The estimated execution time of the audio generation request in milliseconds (P80).
20000
The current duration of the audio generation request in milliseconds.
5200