Translation & AI Chat API powered by Gemma
Translate between 55 different languages
General purpose AI assistant
API key authentication & HTTPS
TranslateGemma & Gemma3 4B
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"
}'