Transform your content across languages with state-of-the-art neural machine translation powered by MarianMT.
Powered by MarianMT AI models for precise English to Romanian translations.
Advanced AI translation capabilities built for developers and businesses.
Get translations in milliseconds with optimized AI inference.
Simple REST API integration for seamless implementation.
State-of-the-art MarianMT models for reliable translations.
Uptime Guarantee
Response Time
Daily Translations
Simple REST API integration for seamless translation in your applications
Sign up and get your free API key
POST https://api.translator.com/v1/translate
Headers: { "Authorization": "Bearer YOUR_API_KEY" }
Body: { "text": "Hello", "src_lang": "en", "tgt_lang": "ro" }
{ "translation": "Bună", "confidence": 0.98 }
pip install translator-api
npm install translator-api
curl -X POST https://api.translator.com/v1/translate