v1

latestOpenAPI 3.1.02026-07-2665164286.3 KB
Voices

Clone a Voice

Creates a voice clone from an audio file. Returns a voice_clone_id that can be polled via GET /v3/voices/{voice_clone_id} until the status is 'complete'. The resulting voice can be used with POST /v3/voices/speech and POST /v3/videos.

post/v3/voices/clone

Request body

voice_namestring required

Display name for the cloned voice.

languagestring nullable

Language hint for the voice (e.g., 'en', 'es'). Auto-detected if omitted.

remove_background_noiseboolean

Remove background noise from the audio before cloning.

Response

Successful response