Document Translation

Translates a multi-page document section by section, keeping structure, headings and tables aligned with the source.

POST /v1/ai/document-translate $0.10 per call

Informational only. This endpoint produces analysis, not advice. Do not use it as the sole basis for a financial, security or engineering decision.

Specification

Endpoint
POST /v1/ai/document-translate
Price
$0.10 per call · tier security_audit
Payment
x402 on X Layer (chain 196) · settled in USDG or USDT0 · scheme exact
Data source
Local LLM inference on caller-supplied content
Timeout
180 seconds
Max request
4 MB
Version
1.0.0

Calling it

The first call returns a 402 with the payment challenge. Retry with a signed authorisation in the X-PAYMENT header — see the payment guide for the exact shape.

curl -i -X POST "https://api.dana-edu.pp.ua/v1/ai/document-translate" \
  -H "content-type: application/json" \
  -d '{ ... }'

Response

No fixed example. This service's response is partly generated by a language model, so it differs every call. Publishing a fixed example would present one generation as if it were the service's output.

Every response is wrapped in the same envelope: data plus warnings, sources, confidence, informational_only and a measured processing_ms. See the envelope reference.

Related endpoints