Template
Converts text to speech
<br> <i>Replaces "AVRCMSService/Common/AdminConvertTextToSpeech" service.</i> </br> <br> <b>VoiceId</b>: https://docs.aws.amazon.com/polly/latest/dg/API_Voice.html </br> <br>Added Support for 'SSML', set isSSML to true and ensure that in 'Text', its wrapped with 'speech' tag for it to work.</br>post/Template/ConvertTextToSpeech
Headers
X-Versionstring
Request body
Example request
{
"lessonId": 10001,
"instituteId": 1,
"voiceId": 11,
"speechText": "Hello. Do you speak a foreign language? One language is never enough."
}Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.