About this endpoint
What it does
Converts the Markdown string you send in the request body into a raw HTML stream. The endpoint returns the raw HTML in response body.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| content | String | Yes | Markdown string to convert. Mandatory. |
Response
Returns the converted HTML generated from the provided Markdown content.