Text to Speech
## Text-to-Speech API Convert text to **natural speech audio** with multiple voices and languages. ### Endpoints | Endpoint | Description | |----------|-------------| | GET /speak | Convert text to audio | | GET /voices | List all available voices | | GET /voices/{lang} | Voices for a language | | GET /languages | Supported languages | | GET /popular-voices | Most used voices | ### Quick Start…
Text to Speech endpoints
| Method | Endpoint | Description |
|---|---|---|
| speak | ||
| GET |
speak /speak |
Convert text to speech and return MP3 audio. Use voice IDs from /voices or shorthand names from /popular-voices. |
| voices | ||
| GET |
listVoices /voices |
List all 300+ available TTS voices with locale, gender, and language info. |
| GET |
voicesByLanguage /voices/{language} |
List voices for a specific language (e.g., 'en', 'es', 'fr', 'de', 'ja'). |
| languages | ||
| GET |
listLanguages /languages |
List all supported languages with voice count per language. |
| popular-voices | ||
| GET |
popularVoices /popular-voices |
Get curated shorthand names for popular voices. Use these in /speak for convenience. |
Text to Speech pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9.99 / month | 100 / minute |
|