cURL
curl --request PUT \ --url https://api.lmnt.com/v1/ai/voice/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "description": "<string>", "gender": "<string>", "name": "<string>", "starred": true }'
{ "voice": { "description": "<string>", "gender": "<string>", "id": "<string>", "name": "<string>", "owner": "system", "starred": true, "state": "<string>", "type": "instant", "preview_url": "<string>" } }
Updates metadata for a specific voice. Only provided fields will be changed.
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
The response is of type object.
object
Was this page helpful?