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.
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>"
}
Successful operation
The response is of type object
.