cURL
curl -X POST https://api.superdoc.dev/v1/convert?from=docx \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "file=@document.docx" \ -o output.pdf
This response does not have an example.
Convert DOCX documents to PDF with high fidelity rendering.
API key authentication. Keys start with sd_
sd_
Source format (currently only DOCX)
docx
PDF file (binary). Returns with Content-Disposition header for filename.
Was this page helpful?