---
title: "Get a presigned download URL for a document"
method: GET
path: "/api/v1/documents/{documentId}/download-url"
tags: ["documents"]
---

# Get a presigned download URL for a document

`GET /api/v1/documents/{documentId}/download-url`

## Path parameters

- `documentId` string, uuid, required

## Response `201`

- DocumentDownloadUrlResponseDTO
  - `downloadUrl` string, uri, required — Presigned URL the client can use to download the document

---

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