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?