About this endpoint
What it does
Converts an uploaded Markdown file to HTML and returns the generated file as a binary download. The request sends the Markdown file in the body, and the response is a binary file stream rather than a JSON object.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Name of the downloaded output file. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Markdown file (.md) to convert. Binary upload. |
Response
Returns a binary file download. The output schema is a single binary string, so there is no JSON wrapper or named response field to parse.