v4
OpenAPI 3.1.02026-07-313621,3961.8 MBRetrieve Separated Speaker Audio
Retrieve the separated audio for a specific speaker.
Path parameters
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
Sample ID to be used
Sample ID to be used
Speaker ID to be used, you can use GET https://api.elevenlabs.io/v1/voices/{voice_id}/samples/{sample_id}/speakers to list all the available speakers for a sample.
Speaker ID to be used, you can use GET https://api.elevenlabs.io/v1/voices/{voice_id}/samples/{sample_id}/speakers to list all the available speakers for a sample.
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"audio_base_64": "audio_base_64",
"duration_secs": 5,
"media_type": "audio/mpeg"
}