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>" }
Clone a voice based on a file containing an audio recording of an existing voice
Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0
caldLiveDe39a3accb206dd615f30d118e519df0
The audio file to use for cloning the voice
Success response with voice details
The voice ID of the voice
The language of the voice