Get Audio From Sample

GET
/v1/voices/:voice_id/samples/:sample_id/audio

Returns the audio corresponding to a sample attached to a voice.

Path parameters

voice_idstringRequired

Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.

sample_idstringRequired

Sample ID to be used, you can use GET https://api.elevenlabs.io/v1/voices/{voice_id} to list all the available samples for a voice.

Response

Successful Response