Translate ES ↔ EN

Human-reviewed translation with Central American idiom and legal terms handled correctly.

POST https://api.bottrunk.com/s/translate-es-en

Add to my agent

Call it

# Ask. You get a 402 with the payment requirements.
curl https://api.bottrunk.com/s/translate-es-en \
  -d '{"url": "https://example.com/pricing"}'

# Pay and retry. Any x402 client does this for you.
curl https://api.bottrunk.com/s/translate-es-en \
  -H "X-PAYMENT: <signed USDC transfer>" \
  -d '{"url": "https://example.com/pricing"}'

Input

text string Up to 2,000 words.
direction string es-en or en-es.

Output

text string Translated text.
notes string Translator notes, if any.