---
title: "Download a file."
method: GET
path: "/api/media/file/{path}"
tags: ["Media"]
---

# Download a file.

`GET /api/media/file/{path}`

## Path parameters

- `path` string, required

## Response `200`

File content

## Other responses

- `400` — Invalid path
- `404` — File not found

---

[API](https://skmtc.net/eyevinn/apis/strom-api.md) · [All operations](https://skmtc.net/eyevinn/apis/strom-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eyevinn/strom-api/versions/c96558b86012/schema)
