API Reference
Generate PDF from Markdown
Converts markdown content to PDF with customizable styling options.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Markdown content and formatting options
The body is of type object
.
Response
200
application/pdf
PDF generated successfully
Generated PDF file (when output=binary)