---
title: "Markdown representation of a page"
method: GET
path: "/api/page-markdown"
---

# Markdown representation of a page

`GET /api/page-markdown`

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.

## Query parameters

- `path` string, required

## Response `200`

Markdown for the page.

## Other responses

- `404` — The path is not a page on this site.
- `429` — Rate limit exceeded (60 requests per 60s per client). Honor Retry-After before retrying.

---

[API](https://skmtc.dev/durate/apis/durate-website-api.md) · [All operations](https://skmtc.dev/durate/apis/durate-website-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/durate/durate-website-api/revisions/0766c8b8826f/schema)
