About this endpoint
What it does
Uploads a Markdown file and returns the converted HTML as a downloadable binary response.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Name of the generated HTML file to download. Example: index.html. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Markdown file (.md) to convert. Binary file upload. |
Response
Returns a binary response containing the converted HTML file. The output schema is a single binary payload with no JSON wrapper or named fields.