Train Voice Model
AI Voice Cloning
Train Voice Model
Create a custom AI voice model by providing a training audio URL and basic profile information.
POST
Train Voice Model
Authorizations
Bearer token (API key). Format: Bearer {your_api_key}
Body
application/json
The voice training request payload.
The display name of the trained model.
Example:
"My Custom Voice"
The language code of the training audio.
Example:
"en-US"
The target voice gender.
Example:
"female"
The remote audio URL used for training.
Example:
"https://example.com/training_audio.wav"
The remote avatar image URL.
Response
Training task accepted.
The response is of type object.