Three minutes to your first response.
1

Get your API key

curl "https://api.superdoc.dev/v1/auth/register?email=you@email.com"
Check email. Get code.
2

Verify

curl "https://api.superdoc.dev/v1/auth/verify?email=you@email.com&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 "file=@contract.docx" \
  -o contract.pdf
Your DOCX is now a PDF. Tables intact. Formatting preserved.