APImcp
GuidesAI Content
ConsoleDocsMCP
AI Content ⏱ 1 min read

AI Translation API — Translate Text Between 50+ Languages

Translate text between 50+ languages using AI. Powered by Workers AI with Llama 3.3 70B. Supports major world languages including English, Norwegian, Spanish, French, German, and more. Free API.

01

What is AI Translation?

AI translation converts text from one language to another while preserving meaning, tone, and nuance. Unlike traditional machine translation, AI-powered translation understands context, idioms, and cultural references. The API supports 50+ languages including English, Norwegian (Bokmål and Nynorsk), Spanish, French, German, Italian, Portuguese, Russian, Japanese, Chinese, Arabic, and Hindi.

02

How to Use It

Call GET /api/v1/ai-translate?text=Hello+world&to=no. Returns { original: string, translated: string, source_language: string, target_language: string }.

Try it live Test this endpoint in the interactive console
Open Console →

Frequently Asked Questions

What languages are supported?
Over 50 languages including all major European and Asian languages. Use ISO 639-1 two-letter language codes (en, no, es, fr, de, it, pt, ru, ja, zh, ar, hi, etc.).
Can it auto-detect the source language?
Yes. If you don't specify a source language, the API will auto-detect it from the input text.