1
Get your API key
2
Verify
3
Convert
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Bring your own editor UI. Use SuperDoc as the document engine underneath. Read the announcement β
Get your API key
curl "https://api.superdoc.dev/v1/auth/register?email=you@email.com"
Verify
curl "https://api.superdoc.dev/v1/auth/verify?email=you@email.com&code=123456"
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
Was this page helpful?
