---
title: "A /overviews/ page as markdown"
method: GET
path: "/overviews/{slug}.md"
tags: ["Content"]
---

# A /overviews/ page as markdown

`GET /overviews/{slug}.md`

The markdown twin of a page under `/overviews/`: YAML frontmatter with `title` and `description`, then an H1 and the body. Equivalent to requesting `/overviews/{slug}` with `Accept: text/markdown`. The slugs that exist are listed in `/overviews/llms.txt`.

## Path parameters

- `slug` string, required

## Response `200`

The page, as markdown.

## Other responses

- `404` — No such page. The body is markdown pointing at the site indexes.

---

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