POST
/
voices
/
clone
Clone Voice
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>"
}

Body

multipart/form-data

Response

200
application/json

Successful operation

The response is of type object.