Loading your dashboard...
Your Insights
Access your SpeakSynth API key and monitor your daily usage limits.
Operation successful!
Generate Your API Key
To use the SpeakSynth API, you'll need an API key. Enter your email address below to generate one. Your browser's unique signature helps us reconnect you with your API key.
Your API Key
Use this key to authenticate your API requests
Keep your API key secure. Anyone with this key can use your daily request quota.
Today's Usage
Your daily API quota resets at midnight UTC
0
/ 15
15
requests remaining
Free Tier
Quick API Guide
curl -X POST https://speaksynth.onrender.com/speaksynth/api/v1/synthesize \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY_HERE" \
-d '{
"text": "Hello, world!",
"format": 1,
"voice": "sabrina"
}' \
--output speech.wav