Javascript
import Lmnt from 'lmnt-node'; const client = new Lmnt({ apiKey: 'My API Key', }); const voice = await client.voices.retrieve('123'); console.log(voice.id);
{ "description": "UK. Young adult. Conversational", "gender": "F", "id": "morgan (for user-created voices, the id is an alphanumeric string)", "name": "Morgan", "owner": "system", "starred": true, "type": "instant", "state": "ready", "preview_url": "https://api.lmnt.com/v1/ai/morgan/preview" }
Returns details of a specific voice.
Your API key; get it from your LMNT account page.
The id of the voice, which can be retrieved by a call to List voices.
id
List voices
OK
Voice details
Was this page helpful?