LinguaFlow AI Translation API

A simple REST API. Sane defaults. World-class accuracy.

Request and response examples

Request

Request
curl https://api.linguaflow.ai/v1/translate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Hello, world!",
    "target": "Japanese",
    "tone": "Friendly"
  }'

Response

Response
{
  "translation": "こんにちは、世界!",
  "source_detected": "English",
  "target": "Japanese",
  "tokens_used": 12
}

API performance stats

< 400ms p95
Latency
99.99% SLA
Uptime
100+ supported
Languages