Voice
Voice info
Returns details of a specific voice.
GET
/
v1
/
ai
/
voice
/
{id}
Headers
X-API-Key
string
requiredYour API key; get it from your LMNT account page.
Path Parameters
id
string
requiredThe id
of the voice to update, which can be retrieved by a call to List voices
.
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
requiredThe unique identifier of this voice.
name
string
requiredThe display name of this voice.
owner
enum<string>
requiredThe owner of this voice.
Available options:
system
, me
, other
starred
boolean
Whether this voice has been starred by you or not.
state
string
requiredThe 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
Was this page helpful?