Automatic Translation

with
PHP
WordPress
Node.js
Laravel
Python

Auto Detect

How It Works

Connect with our translation service through multiple integration options

WordPress Plugin

Install our WordPress plugin for seamless translation integration:

  • One-click installation from WordPress marketplace
  • Automatic content detection
  • Support for custom post types
  • Bulk translation features
# Install via WordPress Dashboard
Plugins > Add New > Search "TranslateML"
        curl -X POST https://translateml.com/api/translate \
        -H "Authorization: Bearer YOUR_API_KEY" \
        -H "Content-Type: application/json" \
        -d '{
            "text": "Hello World",
            "target_language": "es",
            "source_language": "auto"
        }'
                            

REST API

Direct API access for custom integrations:

  • RESTful endpoints
  • JSON request/response format

API Endpoints

Integrate our translation services into your application

Single Translation

POST /translate

Translate a single text from one language to another.

Parameters

Name Type Required
source_text string Required
source_language string Required

Example Request


{
    "source_text": "Hello, how are you?",
    "source_language": "en",
    "target_language": "es",
    "url": "https://example.com"
}
                            

Success Response


{
    "status": "success",
    "translation": "Hola, ¿cómo estás?",
    "response": "Translation successful"
}
                            

Error Response


{
    "status": "error",
    "message": "Invalid source language code",
    "error_code": "INVALID_LANGUAGE"
}
                            

Batch Translation

POST /batchTranslate

Translate multiple texts in a single API call.

Parameters

Name Type Required
source_text array Required
source_language string Required

Example Request


{
    "source_text": ["Hello", "How are you?"],
    "source_language": "en",
    "target_language": "fr",
    "url": "https://example.com"
}
                            

Success Response


{
    "translations": ["Bonjour", "Comment ça va?"]
}
                            

Affordable Translation Pricing

Get high-quality translations at just $1 per 10,000 words.

Standard Plan

$1 / 10,000 words

  • ✅ High-quality AI translation
  • ✅ Supports multiple languages
  • ✅ API access for automation
  • ✅ Real-time translation
  • ✅ No hidden fees
Register Now

Frequently Asked Questions

What languages are supported?

We support over 50 languages including English, Spanish, French, German, Chinese, and Japanese.

What is the rate limit?

We have applied Generous rate limit for API usage.

How accurate are the translations?

Our translation engine achieves 95%+ accuracy for most common language pairs.

Do you offer a free trial?

Yes, we offer a 50000 free words credits on registration

50+ Languages

Support for all major world languages

99.9% Uptime

Reliable API with high availability

Real-time Translation

Fast and accurate translations