---
title: "Download file"
method: GET
path: "/v1/files/{file_id}/content"
tags: ["files"]
---

# Download file

`GET /v1/files/{file_id}/content`

Download a specific file by its ID.

Args:
    file_id: The ID of the file to download.

Returns:
    FileStreamResponse: The response containing the file to be downloaded.

## Path parameters

- `file_id` string, uuid, required — The ID of the file to download

## Response `200`

The file to be downloaded

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/versions/2eece97b5ae5/schema)
