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

# Get download URL

`GET /datasources/url`

Generates a signed URL for downloading a file from the business's data sources directory

## Query parameters

- `key` string, required
- `expiration` integer

## Response `200`

OK

- ModelsDataSourcesSignedURLResponse
  - `expires_at` string
  - `key` string
  - `url` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `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)
