---
title: "Get a document download URL"
method: GET
path: "/documents/{id}/download_url"
tags: ["Documents"]
---

# Get a document download URL

`GET /documents/{id}/download_url`

Returns a presigned URL for downloading/viewing the current document file.

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- object
  - `download_url` string, uri, required

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity

## Changes

- **2026-03-26** `90a04ac576b7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminal49/apis/terminal49-api-reference/changes/documents/:id/download_url/get.md)

---

[API](https://skmtc.dev/terminal49/apis/terminal49-api-reference.md) · [All operations](https://skmtc.dev/terminal49/apis/terminal49-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/terminal49/terminal49-api-reference/revisions/08fd26cf8515/schema)
