Voice
Voice info
Returns details of a specific voice.
GET
/
v1
/
ai
/
voice
/
{id}
Authorizations
Your API key; get it from your LMNT account page.
Path Parameters
The id
of the voice to update, which can be retrieved by a call to List voices
.
Response
200 - application/json
Voice details
The unique identifier of this voice.
The display name of this voice.
The owner of this voice.
Available options:
system
, me
, other
The state of this voice in the training pipeline (e.g., ready
, training
).
A text description of this voice.
A tag describing the gender of this voice, e.g. male
, female
, nonbinary
.
Whether this voice has been starred by you or not.
The method by which this voice was created: instant
or professional
.
Available options:
instant
, professional
Was this page helpful?