Skip to main content
List voice models

Authorizations

Authorization
string
header
required

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

Query Parameters

type
enum<string>

Filter the response by voice model type. Omit to return both.

Available options:
audimee,
custom

Response

Voice models, ordered Audimee voices first, then custom voices.

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