🌐

Text Translation API

Translate text between 100+ languages. Auto-detect source language. Up to 5000 characters.

API Docs $0.002 / request

About this tool

Translate text between 100+ languages with automatic source language detection. Send up to 5000 characters per request. Built for AI agents that need multilingual support without managing translation infrastructure.

Quick Start

curl -X POST https://api.iteratools.com/translate \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"text": "Hello, world!", "to": "pt"}'

Response

{"translated_text": "Olá mundo!", "from": "en", "to": "pt", "source": "google-translate"}

Details

EndpointPOST /translate
Price$0.002 / request
AuthBearer token or x402 micropayment
Base URLhttps://api.iteratools.com
Full Documentation Browse All Tools