About this endpoint
What it does
Converts the Markdown file at a given URL into a JSON representation and returns it inline. The request body provides the source url; the response is a JSON array.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | URL pointing to a Markdown file. Must be a valid URI. The remote resource must respond with a Content-Type of text/markdown or text/plain. |
Response
Returns a JSON array. The output schema does not define the shape of the array items, so only the top-level array wrapper can be documented from the schema.