cURL
curl --request POST \ --url https://api.lmnt.com/v1/ai/voice \ --header 'Content-Type: multipart/form-data' \ --header 'X-API-Key: <api-key>' \ --form name=new-voice \ --form enhance=false \ --form 'gender=<string>' \ --form 'description=<string>' \ --form files=@example-file
{ "description": "a newly created voice", "gender": "male", "id": "123456789abcdef", "name": "new-voice", "owner": "me", "starred": false, "state": "ready", "type": "instant" }
Submits a request to create a voice given configuration data and some source audio.
Your API key; get it from your LMNT account page.
OK
Voice details
Was this page helpful?