Translation Cloud
Translation Cloud API: Bridging Language Barriers In today's globally connected world, effective communication across various languages is not just a luxury—it's a necessity. Our Translation Cloud API is meticulously designed to cater to this need, ensuring that language no longer poses a challenge in interactions. With just a few easy calls, users can translate texts between multiple languages…
Translation Cloud endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Supported Languages /supported_languages |
Retrieve the list of languages supported by the Translation Cloud API. Each entry in the list contains: * `language_code`: The ISO code for the language. * `name`: The… |
| POST |
Text Translation /translate |
Translate a given text from one language to another. The request body should include: * `text`: The text you want to translate. * `source_lang` (Optional): The source language of… |
| POST |
Language Detection /detect_language |
Detect the language of a given piece of text. Just provide: `text`: The text you want to determine the language for. The response will provide: `detected_language`: The detected… |
Translation Cloud pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 3 / hour |
|
| PRO Recommended | $25 / month | 100 / hour |
|
| ULTRA | Free | — |
|
| MEGA | Free | — |
|