Get PVC voice sample audio
Retrieve the first 30 seconds of voice sample audio with or without noise removal.
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
Headers
xi-api-key
Response
Successful Response
audio_base_64
The base64 encoded audio.
voice_id
The ID of the voice.
sample_id
The ID of the sample.
media_type
The media type of the audio.
duration_secs
The duration of the audio in seconds.