cURL
curl --request POST \ --url https://my.cald.ai/client/api/v1/voices/clone \ --header 'Authorization: <api-key>' \ --header 'Content-Type: multipart/form-data'
{ "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
Success response with voice details
The response is of type object.
object