Voice Clones
Create a voice clone from a voice design
Creates a new voice clone by capturing the voice identity of an existing voice design. The clone can then be used for text-to-speech synthesis.
post/voice_clones
Request body
Example request
{
"gender": "male",
"language": "en",
"name": "clone-narrator",
"provider": "telnyx",
"voice_design_id": "550e8400-e29b-41d4-a716-446655440000"
}Response
Voice clone created successfully.
Example response
{
"data": {
"created_at": "2024-01-01T00:00:00Z",
"gender": "male",
"id": "660f9511-f3ac-52e5-b827-557766551111",
"label": "Speak in a warm, friendly tone",
"language": "en",
"model_id": "Qwen3TTS",
"name": "clone-narrator",
"provider": "Telnyx",
"provider_supported_models": [
"Qwen3TTS"
],
"provider_voice_id": "660f9511-f3ac-52e5-b827-557766551111",
"record_type": "voice_clone",
"source_voice_design_id": "550e8400-e29b-41d4-a716-446655440000",
"source_voice_design_version": 1,
"status": "active",
"updated_at": "2024-01-01T00:00:00Z"
}
}