GET
/
v1
/
ai
/
voice
/
list
curl --request GET \
  --url https://api.lmnt.com/v1/ai/voice/list \
  --header 'X-API-Key: <x-api-key>'
[
  {
    "description": "Curtis' voice carries the seasoned timbre of middle age, filled with warmth, curiosity, and a hint of wisdom gained over the years. His enthusiastic tone reflects his keen interest in the world, often rising and falling with the ebb and flow of exciting new discoveries.",
    "gender": "male",
    "id": "curtis (for user-created voices, the id is an alphanumeric string)",
    "name": "Curtis",
    "owner": "system",
    "starred": true,
    "type": "instant"
  }
]

Headers

X-API-Key
string
required

Your API key; get it from your LMNT account page.

Query Parameters

starred
string

If true, only returns voices that you have starred. Defaults to false.

owner
string

Which owner's voices to return. Choose from system, me, or all. Defaults to all.

Response

200 - application/json
description
string | null

A text description of this voice.

gender
string

A tag describing the gender of this voice, e.g. male, female, nonbinary.

id
string
required

The unique identifier of this voice.

name
string
required

The display name of this voice.

owner
enum<string>
required

The owner of this voice.

Available options:
system,
me,
other
starred
boolean

Whether this voice has been starred by you or not.

state
string
required

The state of this voice in the training pipeline (e.g., ready, training).

type
enum<string>

The method by which this voice was created: instant or professional.

Available options:
instant,
professional