Voice Cloning

Create a voice clone task

post
/voice-cloning/create
Authorizations
X-API-KeystringRequired
Body
textstringRequired

Text to synthesize

audio_urlstring · uriRequired

URL of the voice sample to clone

Responses
chevron-right
200

Task created

application/json
post
/voice-cloning/create
200

Task created

Check voice cloning task status

post
/voice-cloning/status/{task_id}

Note - This endpoint uses POST to check status.

Authorizations
X-API-KeystringRequired
Path parameters
task_idstringRequired
Body
object · nullableOptional

Empty body

Responses
chevron-right
200

Returns task status and audio URL

application/json
post
/voice-cloning/status/{task_id}
200

Returns task status and audio URL

Last updated