+ text-to-speech-synthesis
> Text to speech synthesis
// Converts text into spoken audio using AI voice synthesis
aiaudiospeechsynthesis
// aliases.json
These phrases resolve to this capability with intent-based discovery.
"text to speech"
"tts"
"voice synthesis"
"speak text"
// discover.sh
curl -X POST https://api.entroute.com/discover \ -H "Content-Type: application/json" \ -d '{"capability_id": "ai.text_to_speech"}'
// endpoints.json
1 results// integrate.md
Use this capability in your agent or application:
// related capabilities