Skip to main content
POST
Upload File

Authorizations

Authorization
string
header
required

HTTP: Bearer Auth

Headers

Content-Type
enum<string>
default:multipart/form-data
required

Indicates the request is a multipart file upload.

Available options:
multipart/form-data

Body

multipart/form-data
purpose
enum<string>
default:voice_clone
required

The purpose of the file. Supported values and formats:

  • voice_clone: For fast voice cloning of the original audio file. Supported formats: mp3, m4a, wav
Available options:
voice_clone
Example:

"voice_clone"

file
file
required

The file to upload. Provide the path to the audio file.

Requirements for uploaded files:

  • Formats: mp3, m4a, wav
  • Duration: Minimum 10 seconds, maximum 5 minutes
  • Size: Must not exceed 20 MB

Response

200 - application/json
file
object
base_resp
object