Convert text into natural-sounding speech with ease.
Sign up or log in to your account to access the dashboard.
Click the 'Generate API Key' button to obtain your unique API key.
Send HTTP requests with your API key to receive TTS audio responses.
curl -X POST "https://api.example.com/tts" \ -H "X-API-KEY: 87498543hrrjwebfr77fbf3793" \ -H "Content-Type: application/json" \ -d '{ "text": "Hello, this is a text-to-speech conversion!", "voice": "en-US-JennyNeural", "rate": "0%", // Speech rate (range: -100% to 100%) "volume": "0%", // Speech volume (range: -100% to 100%) "pitch": "0Hz"}' // Voice pitch (range: -100Hz to 100Hz)
Each API key includes 100 free text-to-speech conversions.
For additional usage, upgrade your plan in the dashboard.