Skip to main content
Create a custom voice model

Authorizations

Authorization
string
header
required

Static API key issued by Audimee, passed as Authorization: Bearer {token}.

Body

application/json
name
string
required

Display name for the new custom voice model.

Minimum string length: 1
trainingAudioUrls
string<uri>[]
required

Publicly 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).

Minimum array length: 1

Response

Training queued. Poll GET /voice-models/{id} to track progress.

id
string<uuid>
required

UUID of the newly created custom voice model.

type
enum<string>
required

Always custom — the create endpoint only produces custom models.

Available options:
custom