curl --location --request POST 'https://api.revocalize.ai/models/123456/train' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <token>' \ --form 'epochs=100'
{ "status": "training", "model_id": "123456", "current_epoch": 50001, }
Train a custom AI voice model after creating it in a pending state.
training
completed
failed
model_id