Update PVC voice

Edit PVC voice metadata

Path parameters

voice_idstringRequired

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

Headers

xi-api-keystringRequired

Request

This endpoint expects an object.
namestringOptional<=100 characters
The name that identifies this voice. This will be displayed in the dropdown of the website.
languagestringOptional
Language used in the samples.
descriptionstring or nullOptional<=500 characters
Description to use for the created voice.
labelsmap from strings to strings or nullOptional
Serialized labels dictionary for the voice.

Response

Successful Response
voice_idstring
The ID of the voice.

Errors