Text-to-Speech API with English & Bengali support
curl -X POST "http://localhost:8000/tts" \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"text": "Hello!", "voice": "en-US-JennyNeural"}' \ --output speech.mp3