prepare_voice_clone
Submit a clean vocal sample to start the voice cloning process. After validation, a verification phrase is sent to your callback URL for the voice owner to read aloud.
Instructions
EXPERIMENTAL (#20) — STEP 1 of Suno custom-voice cloning (FREE). Submit a clean vocal sample; polls to wait_validating, after which kie sends a verification phrase to your KIE_CALLBACK_URL for the voice owner to read aloud (then use create_voice_clone). ⚠️ Only clone a voice you OWN or have explicit permission to use. The completion step is not verified end-to-end and needs a real callback URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Set false to submit and return the task_id immediately. | |
| language | No | Language of the vocal (e.g. "en") | en |
| voice_url | Yes | Public URL of a clean vocal sample (the voice to clone). Must be reachable by kie servers. | |
| vocal_end_s | No | End of the vocal segment, seconds | |
| vocal_start_s | No | Start of the vocal segment, seconds | |
| max_wait_seconds | No |