/translateTraduit un texte (ou un tableau de textes). Résultats mis en cache.
curl -X POST https://translation.e-cosplay.fr/translate \
-H "X-API-Key: etk_…" \
-H "Content-Type: application/json" \
-d '{"q":"Bonjour le monde","source":"fr","target":"en"}'