Inkspan › Translate Document API

Translate Document API

Translate document text programmatically. Send raw text or a PDF and a target language; ideal for localizing invoices, contracts, and reports at scale.

Example

curl -X POST https://api.inkspan.dev/v1/translate \
  -H "X-API-Key: ink_live_..." \
  -F "file=@document.pdf" \
  -F "target_language=Spanish"

Why an API instead of building it

Get a free API key →