Markdown representation of a page

Returns the markdown version of any site page, extracted from llms-full.txt. Agents normally reach this via content negotiation: request the page itself with Accept: text/markdown (acceptmarkdown.com convention) and the site rewrites here.

get/api/page-markdown

Query parameters

pathstring required

Site path of the page, e.g. /about or /customers/brown-health.

Response

Markdown for the page.

Changes