Move meaning, not just words.

Translate whole documents' worth of text in seconds. Tone, formatting, names and numbers arrive intact.

0 / 25,000 characters
Your translation appears here as it is written.

Why Translay

Built for real text, not sample sentences.

01

Two modes, one switch

Fast is instant and cheap. Quality keeps register, idiom and rhythm for writing that matters.

02

Long texts, streamed

Up to 100,000 characters per request. Paragraphs are translated in parallel and appear in order as they finish.

03

An API in one request

The same engine behind a single endpoint with predictable errors, streaming and keys you can revoke instantly.

For developers

One endpoint. Every language.

Create a key, send JSON, receive the translation. Stream long texts with a single flag.

Read the docs
curl https://api.translay.app/v1/translate \
  -H "Authorization: Bearer tr_live_…" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Where meaning travels intact.",
    "target_language": "de",
    "mode": "quality"
  }'