Skip to main content
POST
/
voices
/
clone
cURL
curl --request POST \
  --url https://my.cald.ai/client/api/v1/voices/clone \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form file=@example-file
{
  "voice": "<string>",
  "language": "<string>"
}
Voice cloning is currently only supported in English.

Authorizations

Authorization
string
header
required

Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0

Body

multipart/form-data
file
file

The audio file to use for cloning the voice

Response

Success response with voice details

voice
string

The voice ID of the voice

language
string

The language of the voice

I