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

# Download file

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

Download the binary content of a file. The response will contain the file data in the appropriate MIME type.

## Path parameters

- `file_id` string, required

## Response `200`

File download successful

---

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