Get separated speaker audio
Retrieve the separated audio for a specific speaker.
Path parameters
voice_id
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
sample_id
Sample ID to be used
speaker_id
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
xi-api-key
Response
Successful Response
audio_base_64
The base64 encoded audio.
media_type
The media type of the audio.
duration_secs
The duration of the audio in seconds.