Yandex AI Translator and Dictionary API
🚀 **Yandex Translator and Dictionary API AI** is the ultimate developer suite for implementing enterprise-grade translation, batch processing, formatting preservation, and dictionary capabilities into any application. Under the hood, this API wraps the robust **Yandex Translation & Dictionary NLP Engines**, delivering high accuracy across 100+ languages. Plus, we've designed an edge-cached…
Yandex AI Translator and Dictionary API endpoints
| Method | Endpoint | Description |
|---|---|---|
| detect | ||
| POST |
detectLanguageBatch /detect/batch |
Detects the language of up to 5 texts in parallel. |
| POST |
detectLanguage /detect |
Analyzes the provided text and returns the ISO language code. |
| translate | ||
| POST |
translateText /translate |
Translates text into the target language. Automatically detects the source language in the background. |
| POST |
translateHtml /translate/html |
Translates HTML strings while leaving layout tags (e.g. , ) perfectly intact. |
| POST |
translateTextBatch /translate/batch |
Translates up to 5 texts in parallel into the target language. |
| POST |
translateJson /translate/json |
Translates the string values of a JSON object while keeping keys intact. Max 10 keys. |
| dictionary | ||
| POST |
lookupDictionary /dictionary |
Provides rich dictionary definitions, synonyms, and grammatical forms. |
| POST |
lookupDictionaryBatch /dictionary/batch |
Retrieve dictionary definitions for up to 5 words concurrently. |
| corpus | ||
| POST |
queryCorpus /corpus |
Returns exact bilingual context usages and example translations. |
| POST |
queryCorpusBatch /corpus/batch |
Retrieve corpus examples for up to 5 phrases in parallel. |
Yandex AI Translator and Dictionary API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / minute |
|
| PRO | $14.99 / month | — |
|
| ULTRA | $39.99 / month | — |
|
| MEGA | $149.99 / month | — |
|