cURL
curl --request POST \ --url https://api.vogent.ai/api/voices/clone \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'name=<string>' \ --form model=CARTESIA \ --form 'transcription=<string>' \ --form clip=@example-file
{ "id": "<string>", "name": "<string>", "voiceType": "<string>", "voiceTier": "STANDARD", "description": "<string>" }
Clones a new voice for the workspace.
In the form Bearer <api_key_here>. You can find your api key in your dashboard.
Bearer <api_key_here>
The name of the cloned voice.
The audio clip to use for cloning.
CARTESIA
CSM
Optional transcription of the audio clip.
Successful operation
STANDARD
PREMIUM