---
title: "Get single-file download URL"
method: GET
path: "/v1/files/{fileId}/download-url"
tags: ["Files"]
---

# Get single-file download URL

`GET /v1/files/{fileId}/download-url`

Generates a signed download URL for one file while preserving legacy direct-vs-nested storage path compatibility.

## Path parameters

- `fileId` string, required

## Response `200`

Signed download URL

- object — Signed download URL
  - `download_url` string, required

## Other responses

- `404` — File not found
- `500` — Internal server error

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/3b06bcb5f808/schema)
