---
title: "Any /api path that does not exist"
method: GET
path: "/api/{unmatchedPath}"
tags: ["Site"]
---

# Any /api path that does not exist

`GET /api/{unmatchedPath}`

Not an endpoint. Listed so the failure shape is discoverable: every request under `/api/` that matches no operation above answers `404` with an `Error` body rather than an HTML page, for any method. Read `error.code` to branch and `error.hint` for the next step.

## Path parameters

- `unmatchedPath` string, required

## Other responses

- `404` — No such endpoint.

---

[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)
