Edit Voice

POST
/v1/voices/:voice_id/edit

Edit a voice created by you.

Path parameters

voice_idstringRequired

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

Request

This endpoint expects a multipart form with multiple files.
namestringRequired

The name that identifies this voice. This will be displayed in the dropdown of the website.

filesfilesOptional
remove_background_noisebooleanOptional

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.

descriptionstringOptional

How would you describe the voice?

labelsstringOptional

Serialized labels dictionary for the voice.

Response

Successful Response