---
title: "Get a signed upload URL for a document"
method: GET
path: "/api/v0/documents/{document_id}/upload-url"
tags: ["Documents"]
---

# Get a signed upload URL for a document

`GET /api/v0/documents/{document_id}/upload-url`

Retrieves a signed upload URL for a document.

## Path parameters

- `document_id` string, uuid, required

## Response `200`

Successful Response

- DocumentUploadUrlResponse
  - `url` string, required — The signed upload URL for the document.

## Other responses

- `422` — Validation Error

---

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