AI translation API by Voss Consulting Group.
Set TRANSLATEFLOW_API_KEY or TRANSLATEFLOW_EMAIL for auto-signup (free, no credit card).
curl -X POST https://anton.vosscg.com/v1/keys -H 'Content-Type: application/json' -d '{"email":"you@example.com"}'
curl -X POST https://anton.vosscg.com/v1/translate \
-H "Authorization: Bearer $TRANSLATEFLOW_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text": "Hello world", "target_lang": "es", "tone": "formal"}'
POST /v1/translate — Translate textPOST /v1/translate/batch — Batch translatePOST /v1/keys — Get API key (email-only for free tier)GET /v1/health — Health check共 1 个版本