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
Request
This endpoint expects an object.
remove_background_noise
If set will remove background noise for voice samples using our audio isolation model. If the samples do not include background noise, it can make the quality worse.
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.