---
title: "Get presigned download URL for upload data"
method: GET
path: "/upload/{id}/url/"
tags: ["uploads"]
---

# Get presigned download URL for upload data

`GET /upload/{id}/url/`

## Path parameters

- `id` string, uuid, required

## Response `200`

Returns a signed URL to access the upload's data.

- object
  - `presigned_url` string — The presigned download URL to access the upload's data.

## Changes

- **2025-06-28** `45174589b44f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/dromoio/apis/dromo/changes/upload/:id/url/get.md)

---

[API](https://skmtc.dev/dromoio/apis/dromo.md) · [All operations](https://skmtc.dev/dromoio/apis/dromo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dromoio/dromo/revisions/41b60f48ecd6/schema)
