en-US-JennyNeural.larry or a URL), please refer to the Generate Audio From Text endpoint page./v1/convert endpoint must contain the text to be converted to speech, along with the voice to be used for the conversion.content field. It is an array of plain text strings.transcriptionId in the response to check the conversion status in the Get Article Conversion Status endpoint endpoint.curl --location 'https://dev.your-api-server.com/api/v1/convert' \
--header 'content-type: application/json' \
--data '{
"content": [
"Hey you!"
],
"voice": "en-US-JennyNeural"
}'{
"status": "CREATED",
"transcriptionId": "-NOjGbpFU1Exf3DxhLHU",
"contentLength": 1,
"wordCount": 4
}