Inkspan › 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.
curl -X POST https://api.inkspan.dev/v1/translate \
-H "X-API-Key: ink_live_..." \
-F "file=@document.pdf" \
-F "target_language=Spanish"