Voices
Edit Voice
Edit a voice created by you.
POST
/
v1
/
voices
/
{voice_id}
/
edit
Headers
Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.
Path Parameters
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
Body
multipart/form-data
The name that identifies this voice. This will be displayed in the dropdown of the website.
Audio files to add to the voice
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.
How would you describe the voice?
Serialized labels dictionary for the voice.
Response
200 - application/json
The response is of type any
.
Was this page helpful?