Multi format AI translator (The most complete)
Unlock the full potential of multilingual content with the most comprehensive Translation API on the market. Whether you're a developer building international applications, a content creator localizing websites and documentation, or a business expanding into global markets, our API makes translating content across 100+ languages seamless and reliable. From simple text translation and language…
Multi format AI translator (The most complete) endpoints
| Method | Endpoint | Description |
|---|---|---|
| formats | ||
| POST |
translate_arb /translate/arb |
Translate ARB (Application Resource Bundle) content for Flutter/Dart. Translates string values, skips @metadata entries. Preserves {placeholder} syntax, @@locale, and metadata.… |
| POST |
translate_ass /translate/ass |
Translate ASS/SSA (Advanced SubStation Alpha) subtitle content. Translates Dialogue text fields only. Preserves all formatting tags, styles, timecodes, and structure. |
| POST |
translate_csv /translate/csv |
Translate CSV content. Optionally skip header row and translate specific columns only. |
| POST |
translate_env /translate/env |
Translate ENV file content. Translates values only, preserves keys and comments. |
| POST |
translate_json /translate/json |
Translate JSON content, translating string values only. Preserves keys, structure, numbers, booleans, and null values. |
| POST |
translate_markdown /translate/markdown |
Translate Markdown content while preserving structure. Preserves code blocks, inline code, URLs, and syntax. Translates text, headings, paragraphs, list items, blockquotes. |
| POST |
translate_srt /translate/srt |
Translate SRT subtitle content. Preserves subtitle indices and timecodes, translates text only. |
| POST |
translate_strings /translate/strings |
Translate Apple .strings file content. Format: "key" = "value"; Translates values only, preserves keys and comments. Used for iOS/macOS app localization. |
| POST |
translate_toml /translate/toml |
Translate TOML content, translating string values only. Preserves keys, structure, numbers, booleans. |
| POST |
translate_vtt /translate/vtt |
Translate WebVTT subtitle content. Preserves WEBVTT header, cue identifiers, timecodes, and notes. |
| POST |
translate_html /translate/html |
Translate HTML content while preserving structure. Extracts text from HTML, translates all texts in batch, and replaces them back while preserving HTML structure, tags, and… |
| POST |
translate_yaml /translate/yaml |
Translate YAML content, translating string values only. Preserves comments, formatting, keys, and structure. |
| POST |
translate_xml /translate/xml |
Translate XML content while preserving structure. Translates text nodes and optionally attribute values. Preserves tags, comments, and structure. |
| Other endpoints | ||
| POST |
translate /translate |
Translate text from one language to another using Google Translate. |
| POST |
translate_batch /translate/batch |
Translate multiple texts in a single request. |
| POST |
translator_language_detect /detect |
Detect the language of the given text. Uses only the first 5000 characters for detection. **Example:** ``` POST /translator/detect Body: "Hola, ¿cómo estás?" ``` **Response:**… |
Multi format AI translator (The most complete) pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | 2 / second |
|
| ULTRA Recommended | $9.99 / month | 6 / second |
|
| MEGA | $29.99 / month | 10 / second |
|