Retrieve voice

GET
/v1/ai/voice/{id}

Returns details of a specific voice.

Authorizations

X-API-Key
string
required

Your API key; get it from your LMNT settings.

Parameters

id
string
required

The id of the voice, which can be retrieved by a call to List voices.

Returns

class Voice: …