Lecto Translation
# Lecto Translation API Features - Fast, high quality Translation API powered by Neural Machine Translation models. - Free Translation API trial plan, with paid plans as low as \$0.3 per million characters. - Text/HTML/JSON translation - Multiple source texts and target languages in a single request - Protected JSON values: Skip translations as desired with JSON data payload. - 90+ languages…
Lecto Translation endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Translate Texts /v1/translate/text |
Batch translate array of texts into multiple target languages. |
| POST |
Translate JSON Payload /v1/translate/json |
Translate JSON values from JSON formatted strings into multiple target languages, with **protected keys** feature available. |
| POST |
Detect Language /v1/detect/text |
Send array of source texts in request body and receive JSON response with the detected language codes. |
| GET |
List Languages /v1/translate/languages |
Get a list of supported languages for translation in **ISO-639-1**, **ISO-639-2** or **BCP-47** formats. |
Lecto Translation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $8 / month | 1 / second |
|
| ULTRA Recommended | $99 / month | 2 / second |
|
| MEGA | $199 / month | 4 / second |
|