Skip to main content

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 Host
descriptionstringnullable

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: en
VoiceUpdateRequest
{
"title": "Morning Host",
"description": "Warm, conversational host voice for morning episodes.",
"language": "en"
}