POST
/
v1
/
ai
/
speech
/
convert
curl --request POST \
  --url https://api.lmnt.com/v1/ai/speech/convert \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-Key: <api-key>' \
  --form voice=ava \
  --form format=mp3 \
  --form sample_rate=24000 \
  --form language=auto
This response does not have an example.

Authorizations

X-API-Key
string
header
required

Your API key; get it from your LMNT account page.

Body

multipart/form-data

Response

200
application/octet-stream

OK

The response is of type file.