---
title: "Download File Content"
method: GET
path: "/files/{file_id}/content"
tags: ["Files"]
---

# Download File Content

`GET /files/{file_id}/content`

Streams the file bytes directly if authorized. The response will set the
`Content-Type` header to the file's detected MIME type.

## Path parameters

- `file_id` string, required

## Response `200`

Raw file bytes

## Other responses

- `401` — Unauthorized
- `404` — File not found
- `500` — Server error

---

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