Getting Started
Quick Start
Three minutes to your first response.
Was this page helpful?
⌘I
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/[email protected]"
Verify
curl "https://api.superdoc.dev/v1/auth/[email protected]&code=123456"
Convert
curl -X POST https://api.superdoc.dev/v1/convert?from=docx \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "[email protected]" \
-o contract.pdf
Was this page helpful?
