AI Voice Cloner
ai_voice_clonerClone a voice from a sample. $0.10 per 1,000 characters. Runs asynchronously: returns a generation_id; call get_generation until status is "completed".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text for the cloned voice (max 2000 characters) | |
| consent | Yes | This is my voice, or I have permission to clone it | |
| language | No | Language | |
| reference_text | No | What is said in the sample (optional, improves accuracy) (max 500 characters) | |
| reference_audio | Yes | Voice sample (10–30 seconds): public https URL or base64 data URI (audio). |