Inkspan › Translate a PDF to French via API

Translate a PDF to French via API

Translate PDF documents into French with a single API request — great for localizing customer-facing documents.

Example

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

Why an API instead of building it

Get a free API key →