Create a Voice
This allows users to create voices, adds a new voice to your collection of voices.
POST
https://api.autogon.ai/api/v1/services/voice-cloning/voices/
Creates a new voice and adds it to the user's collection of voices.
Headers
Name
Type
Description
Content-Type*
String
multipart/form-data
Request Body
Name
Type
Description
audio*
File
voice_description*
String
voice_name*
String
{
"status": "success",
"message": "Voice created successfully."
}
Last updated
Was this helpful?