Translation & Text-to-Speech API
## **🤖 Using ChatGPT, Claude or Cursor?** Paste this link — your AI instantly reads every endpoint + parameter and tells you if this API fits your use case, zero digging: → https://reefapi.com/docs/translate.md ## **🌊 150+ live data APIs on one key** (e-commerce, real estate, social, search, jobs, news & more) → https://reefapi.com ## **📖 Docs & playground:** https://reefapi.com/docs/translate…
Translation & Text-to-Speech API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Detect & Languages | ||
| POST |
detect /translate/v1/detect |
Detect the language of a piece of text. Returns the detected language code, its name and a confidence score (0-1). Works on any script. Returns detected_source (code),… |
| POST |
languages /translate/v1/languages |
List all supported languages (code → English name). Useful to populate a language picker or validate a code before translating. Returns languages[]{code, name}, count. |
| Dictionary & Speech | ||
| POST |
dictionary /translate/v1/dictionary |
Word-level dictionary lookup: translate a word/short phrase and get its meanings grouped by part of speech, synonyms, back-translations and transliteration (romanization). Best… |
| POST |
speak /translate/v1/speak |
Text-to-speech: turn text into spoken audio (MP3). Pronounces the text in the chosen language's voice/accent — works with every script (Chinese, Japanese, Arabic, Cyrillic,… |
| Translate | ||
| POST |
translate_multi /translate/v1/translate_multi |
Translate the SAME text into MANY target languages in a single call — the multi-target differentiator. Pass up to 60 target codes; returns a translation for each, fanned out… |
| POST |
translate /translate/v1/translate |
Translate text into a single target language. Auto-detects the source by default and returns the detected language + confidence. Supports every script. Returns text (translated),… |
Translation & Text-to-Speech API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $10 / month | 5 / second |
|
| ULTRA | $40 / month | 10 / second |
|
| MEGA | $100 / month | 10 / second |
|