Lee Harrold
01/02/2026, 7:43 PMVapi Support Bot
01/02/2026, 7:44 PMjavascript
// Handle SSML tags if your TTS supports them
if (text.includes('<speak>')) {
return parseSSML(text);
}
To enable SSML, ensure your TTS backend can interpret SSML input and integrate it with VAPI's custom TTS webhook.
For built-in VAPI voices, native SSML support is not explicitly documented.
Source:
- [Custom TTS integration documentation](https://docs.vapi.ai/customization/custom-voices/custom-tts)Lee Harrold
01/02/2026, 7:45 PMLee Harrold
01/02/2026, 7:46 PMVapi Support Bot
01/02/2026, 7:47 PMVapi Support Bot
01/02/2026, 7:53 PMLee Harrold
01/02/2026, 7:53 PMLee Harrold
01/02/2026, 7:54 PMVapi Support Bot
01/02/2026, 7:54 PM