Your API key for authentication. Prefix with Bearer .
Your access token for authentication.
Body
This endpoint accepts multipart/form-data.
The name for the new agent’s voice.
The description for the new agent’s voice.
The audio file which hold a sample audio to clone from.
curl --request POST \
--url 'agent-voices/clone' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: multipart/form-data' \
-F 'name="Sample"' \
-F 'description="sample description"' \
-F 'file=(binary)' \
Response
Confirms the request was successful.
A human-readable message about the request’s outcome.
An object containing the details of the newly created agent voice.