Voice Cloning API
Create a voice from a short sample, then synthesize with it
Voice cloning creates a synthetic version of a specific voice from a short sample, then synthesizes any text in that voice. It is part of the Build API: you create a voice, get an ID, and use it on the same speech endpoints as any catalog voice.
Creating a voice requires a consent record with the speaker’s full name and email. There is no create path that skips it, so a voice is only ever cloned with authorization.
Prepare a sample
Record 10-30 seconds of clean speech, under a minute and under 5MB, with no background noise. Sample quality is the biggest factor in the result.
Create the voice
Send the sample and a consent record to POST /v1/voices as multipart form data:
The response returns a voice_id.
Required fields
Model support
Cloned voices run on simba-english and simba-multilingual. Use simba-multilingual to speak a cloned voice across 30+ languages from one voice ID.
The curated
simba-3.2 voice set does not play cloned voices. Use simba-english or simba-multilingual for cloned voices.