Convert documents between formats using SuperDoc. Supports DOCX to PDF, Markdown to DOCX, and HTML to DOCX conversions.
curl -X POST "https://api.case.dev/superdoc/v1/convert" \
-H "Authorization: Bearer $CASEDEV_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "docx"
}'"<string>"Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key starting with sk_case_
Converted document
The response is of type file.
Was this page helpful?
curl -X POST "https://api.case.dev/superdoc/v1/convert" \
-H "Authorization: Bearer $CASEDEV_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "docx"
}'"<string>"