Create a custom voice model
Starts training a new custom voice model from the supplied audio URLs. Training runs asynchronously — the response returns immediately with the new model’s id; poll GET /voice-models/{id} and watch percentageDone and confirmedDone to know when the model is usable for conversions.
The combined duration of trainingAudioUrls must not exceed your plan’s maximum (default 30 minutes). The number of custom models you may hold concurrently may also be capped by your plan.
Authorizations
Static API key issued by Audimee, passed as Authorization: Bearer {token}.
Body
Display name for the new custom voice model.
1Publicly accessible URLs to the training audio files. The server downloads each URL server-side, so the URLs must be reachable from the public internet for the duration of the request. Combined audio length must not exceed your plan's per-model maximum (default 30 minutes).
1