v4
OpenAPI 3.1.02026-07-313621,3961.8 MBpvc-voices
Run Pvc Training
Start PVC training process for a voice.
post/v1/voices/pvc/{voice_id}/train
Path parameters
voice_idstring required
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
Example:21m00Tcm4TlvDq8ikWAM
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
Headers
xi-api-keystring nullable
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Request body
Example request
{
"model_id": "eleven_turbo_v2"
}Response
Successful Response
Example response
{
"status": "ok"
}