Skip to main content
POST
Create new voice

Authorizations

Authorization
string
header
required

API key in the format: "Api-Key "

Body

application/json
name
string
required

Display name for the voice (1-50 characters)

Required string length: 1 - 50
Example:

"My Custom Voice"

numberOfFiles
integer
required

Number of audio files to upload for training (1-5)

Required range: 1 <= x <= 5
Example:

3

maxMinutes
integer
default:10

Maximum duration of training audio in minutes (5-60)

Required range: 5 <= x <= 60
Example:

10

separate
boolean
default:true

Whether to use vocal separation during training

Example:

true

Response

200 - application/json

Voice created successfully

voice
object
required
uploadUrls
string<uri>[]
required

Presigned URLs for uploading training audio files

Example: