About this endpoint
What it does
Converts the raw JSON request body into a Markdown string. The endpoint accepts a non-empty JSON object and returns plain Markdown text.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| key1 | Object | No | Any JSON value is accepted as part of the raw request body. The entire object is used as-is as the conversion input; there are no fixed or required properties. |
| key2 | Object | No | Any JSON value is accepted as part of the raw request body. The entire object is used as-is as the conversion input; there are no fixed or required properties. |
Response
Returns a plain Markdown string, not a JSON object. The response body itself is the Markdown output produced from the input JSON.