🎙️ Edge TTS Tester

Text-to-Speech API with English & Bengali support

🔐 API Key

Not Connected

📝 Text to Speech

Voice Selection
Text Input
Voice Settings

📚 API Usage

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