Inkspan › Translate a PDF to Spanish via API

Translate a PDF to Spanish via API

Programmatically translate PDFs into Spanish. Upload the file, set target_language to Spanish, and receive the translated content as JSON or a PDF.

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 →