Skip to main content
Get a voice model

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Voice model ID. Audimee built-in voices use short numeric strings (e.g. "101"); custom voices use UUIDs.

Response

Voice model details.

Discriminated by type. audimee is a built-in voice; custom is a client-trained voice.

id
string
required

Short numeric string identifying the built-in voice (e.g. "101").

type
enum<string>
required

Always audimee for built-in voices.

Available options:
audimee
name
string
required

Display name of the voice.

description
string
required

Marketing description of the voice and its characteristics.

previewUrl
string
required

Public URL to a short preview clip of the voice.

gender
enum<string>
required

Voice gender.

Available options:
Male,
Female
genres
string[]
required

Genres this voice is suitable for.

pitchLow
string
required

Low end of the voice's core pitch range, as a note name string (e.g. C3, F#3).

pitchHigh
string
required

High end of the voice's core pitch range, as a note name string (e.g. C5, G#4).