cURL
curl --request POST \ --url https://api.vogent.ai/api/voices/clone \ --header 'Content-Type: multipart/form-data' \ --form 'name=<string>' \ --form model=CARTESIA \ --form 'transcription=<string>' \ --form clip=@example-file
{ "id": "<string>", "name": "<string>" }
Clones a new voice for the workspace.
The name of the cloned voice.
The audio clip to use for cloning.
CARTESIA
CSM
Optional transcription of the audio clip.
Successful operation