Microsoft Translator Text API
--- Microsoft Translator API on RapidAPI: Your Gateway to Seamless Multilingual Communication The Microsoft Translator API is a powerful, cloud-based feature of the Azure AI Translator service, a part of the comprehensive Azure AI service family of REST APIs. Designed for developers and businesses alike, this API provides robust capabilities to translate text between numerous language pairs,…
Microsoft Translator Text API endpoints
| Method | Endpoint | Description |
|---|---|---|
| translate | ||
| POST |
Translate /translate |
Translate specified source language text into the target language text. |
| POST |
Large Text Translation /largetranslate |
This API endpoint allows for translating large text by splitting it into chunks based on a defined separator. The chunks are translated individually and then reassembled to… |
| transliterate | ||
| POST |
Translaterate /transliterate |
Map source language script or alphabet to a target language script or alphabet. |
| lookup | ||
| POST |
Lookup /lookup |
Provides alternative translations for a word and a few idiomatic phrases. Each translation has a part-of-speech and a list of back-translations. The back-translations enable a… |
| examples | ||
| POST |
Examples /examples |
Provides examples that show how terms in the dictionary are used in context. This operation is used in tandem with Dictionary lookup. |
| detectlanguage | ||
| POST |
Detect /detectlanguage |
Identify the source language. |
| languages | ||
| GET |
getLangauges /languages |
Returns the set of languages currently supported by the translation, transliteration, and dictionary methods. This request doesn't require authentication headers and you don't… |
Microsoft Translator Text API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | 5 / second |
|
| ULTRA | $30 / month | 10 / second |
|
| MEGA | $50 / month | 20 / second |
|