Bidirectional Text Language Translation
Fast text translation and language detection powered by LibreTranslate. Endpoints included: - Translate text (`/translate/text`) - Detect language (`/translate/detect`) - List supported languages (`/translate/languages`) - Health checks
Bidirectional Text Language Translation endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
/health /health |
|
| GET |
/translate/health /translate/health |
|
| Translate | ||
| GET |
/translate/languages /translate/languages |
|
| POST |
/translate/text /translate/text |
Translate a string or an array of strings from source language to target language. |
| POST |
/translate/detect /translate/detect |
|
Bidirectional Text Language Translation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 2 / second |
|
| ULTRA | $25 / month | 5 / second |
|
| MEGA | $50 / month | 10 / second |
|