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?