curl --location --request POST 'https://api.revocalize.ai/models/create' \ --header 'Content-Type: multipart/form-data' \ --header 'Authorization: Bearer <token>' \ --form 'training_audio_files=@"/path/to/training_audio_files.zip"'
{ "model_id": "5f7b1b1b-1b1b-1b1b-1b1b-1b1b1b1b1b1b" }
This endpoint creates a new AI voice model. The model is created in a pending state. You must train the model before it can be used for synthesis.
model.json
audio