Documentation Index
Fetch the complete documentation index at: https://superdoc-nick-sd-2070-add-content-controls-namespace-to-doc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Three minutes to your first response.
Get your API key
curl "https://api.superdoc.dev/v1/auth/register?email=you@email.com"
Check email. Get code.Verify
curl "https://api.superdoc.dev/v1/auth/verify?email=you@email.com&code=123456"
Save this key. It canβt be recovered.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.