---
title: "Markdown mirror of a page"
method: GET
path: "/{page}.md"
---

# Markdown mirror of a page

`GET /{page}.md`

Every public page has a markdown twin at its path plus '.md' (the homepage's is /index.md). The same representation is served at the canonical URL via content negotiation: request any page with 'Accept: text/markdown'. Responses carry 'Vary: Accept'.

## Path parameters

- `page` string, required

## Response `200`

The page as markdown.

## Other responses

- `404` — No page exists at this path; the body is a short markdown pointer to /llms.txt and /sitemap.xml.

---

[API](https://skmtc.dev/sitefire/apis/sitefire-public-api.md) · [All operations](https://skmtc.dev/sitefire/apis/sitefire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sitefire/sitefire-public-api/revisions/3edc40c8aa31/schema)
