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

NameTypeDescription

Content-Type*

String

multipart/form-data

Request Body

NameTypeDescription

audio*

File

voice_description*

String

voice_name*

String

{
    "status": "success",
    "message": "Voice created successfully."
}

Last updated