v1.1.0 • API Key Authentication

TheAgent

Translation & AI Chat API powered by Gemma

🌍

55 Languages

Translate between 55 different languages

💬

AI Chat

General purpose AI assistant

🔒

Secure

API key authentication & HTTPS

🤖

Dual AI Models

TranslateGemma & Gemma3 4B

🔑 Getting Started

Contact your administrator to obtain an API key, then include it in your requests:

curl -X POST https://theagent.powerdigital.sg/api/v1/translate \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your_api_key_here" \
  -d '{
    "text": "Hello world",
    "source_lang": "en",
    "target_lang": "es"
  }'