Create Custom Voice
Create a custom voice using a voice embedding.
POST
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Request Body
namestringrequiredName for the custom voice.
descriptionstringDescription of the custom voice.
embeddingobjectrequiredVoice embedding object generated from voice cloning.
languagestringLanguage code for the voice (e.g., "en").
Response Fields
_idstringUnique identifier for the custom voice.
namestringName of the custom voice.
descriptionstringDescription of the custom voice.
workspaceIdstringWorkspace that owns the custom voice.
createdAtstringTimestamp when the voice was created.
{
"_id": "665a1b2c3d4e5f6a7b8c9d0e",
"name": "Custom Sales Voice",
"description": "Professional sales voice",
"language": "en",
"workspaceId": "664a1b2c3d4e5f6a7b8c9d0e",
"createdAt": "2024-06-01T09:00:00.000Z"
}