VoiceUpdateRequest
Request body for partially updating a voice. Only non-null fields are applied. Samples are managed via the upload endpoint; lifecycle state is owned by the platform.
titlestringnullable
Display name of the voice.
Example:
Morning Hostdescriptionstringnullable
Short description of the voice.
Example:
Warm, conversational host voice for morning episodes.languagestringnullable
Primary language of the voice as an ISO 639-1 code.
Example:
enVoiceUpdateRequest
{
"title": "Morning Host",
"description": "Warm, conversational host voice for morning episodes.",
"language": "en"
}