Skip to main content
Three minutes to your first response.
1

Get your API key

curl "https://api.superdoc.dev/v1/auth/[email protected]"
Check email. Get code.
2

Verify

curl "https://api.superdoc.dev/v1/auth/[email protected]&code=123456"
Save this key. We can’t recover it.
3

Convert

curl -X POST https://api.superdoc.dev/v1/convert?from=docx \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "[email protected]" \
  -o contract.pdf
Your DOCX is now a PDF. Tables intact. Formatting preserved.