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