Skip to main content

VoiceCreateRequest

Request body for creating a voice. Audio samples are added afterwards via the upload endpoint, not supplied here; lifecycle state (status / verification / cloning) 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
VoiceCreateRequest
{
"title": "Morning Host",
"description": "Warm, conversational host voice for morning episodes.",
"language": "en"
}