---
title: "Serve material content"
method: GET
path: "/material/{token}"
tags: ["material"]
---

# Serve material content

`GET /material/{token}`

Download file content via a material token. No authentication required. Returns the file content with appropriate Content-Type header.

## Path parameters

- `token` string, required

## Response `200`

File content

## Other responses

- `404` — Token not found or expired

---

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