Train PVC voice

Start PVC training process for a voice.

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.
model_idstring or nullOptional
The model ID to use for the conversion.

Response

Successful Response
statusstring
The status of the start PVC voice training request. If the request was successful, the status will be 'ok'. Otherwise an error message with status 500 will be returned.

Errors