Skip to main content
POST
Train Voice Model

Authorizations

Authorization
string
header
required

Bearer token (API key). Format: Bearer {your_api_key}

Body

application/json

The voice training request payload.

name
string

The display name of the trained model.

Example:

"My Custom Voice"

languageCode
string

The language code of the training audio.

Example:

"en-US"

gender
string

The target voice gender.

Example:

"female"

audioUrl
string

The remote audio URL used for training.

Example:

"https://example.com/training_audio.wav"

imageUrl
string

The remote avatar image URL.

Response

Training task accepted.

The response is of type object.