POST
/
v1
/
convert
Basic conversion
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.

Authorizations

Authorization
string
header
required

API key authentication. Keys start with sd_

Query Parameters

from
enum<string>
default:docx

Source format (currently only DOCX)

Available options:
docx

Response

200
application/json

PDF file (binary). Returns with Content-Disposition header for filename.