v1
latestOpenAPI 3.0.02026-07-26152942.8 KBcustom_voices
Update cloned voice (partial update)
Partially updates properties of a custom (cloned) voice by ID.
patch/v1/custom-voices/{voice_id}
Path parameters
voice_idstring required
Request body
Example request
{
"name": "My Updated Voice",
"description": "An updated warm and friendly voice for customer service"
}Response
Voice updated successfully
Example response
{
"voice_id": "voice_123456789",
"name": "My Updated Voice",
"description": "An updated warm and friendly voice for customer service"
}