+ 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
$0.3000
https://x402factory.ai/base/tts
success: 100%
latency: 273ms
// integrate.md

Use this capability in your agent or application: