---
title: "Get download URL"
method: GET
path: "/storage/download-url"
tags: ["storage"]
---

# Get download URL

`GET /storage/download-url`

Returns a V4 signed GET URL for the file. By default the URL forces a download (Content-Disposition attachment); with disposition=inline it renders in the browser with the object's own Content-Type (used for previews).

## Query parameters

- `business_node_id` string, required
- `key` string, required
- `disposition` string

## Response `200`

OK

- ModelsStorageDownloadURLResponse
  - `url` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/resourcly/apis/resourcly-api.md) · [All operations](https://skmtc.net/resourcly/apis/resourcly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/resourcly/resourcly-api/revisions/7f97d8cd0f1e/schema)
