Examples
Basic SSML Example
XML Response
SSML with Gather
XML Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use Speech Synthesis Markup Language (SSML) inside the Vobiz Speak XML element to control pronunciation, pauses, emphasis, and prosody of TTS output.
<Response>
<Speak voice="Polly.Amy">
<prosody rate="medium">
Hello and welcome to the Vobiz text-to-speech engine.
<break/>
<break/>
We're now testing the
<say-as interpret-as="spell-out">SSML</say-as>
feature.
</prosody>
</Speak>
</Response>
<Response>
<Gather numDigits="1" playBeep="true">
<Speak voice="Polly.Salli">
<prosody rate="fast">
Please press 1 to proceed.
<break/>
<break/>
We're now testing the
<say-as interpret-as="spell-out">SSML</say-as>
feature.
</prosody>
</Speak>
</Gather>
</Response>
Was this page helpful?