Retrieve voice

voices.retrieve(id: string): Promise<Voice>
GET
/v1/ai/voice/{id}

Returns details of a specific voice.

Parameters

id
string
required

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

Returns

class Voice: …