---
title: "Get document upload URL"
method: POST
path: "/v1/documents/upload-url"
tags: ["Regulatory"]
---

# Get document upload URL

`POST /v1/documents/upload-url`

Get a presigned URL to upload a document file. After uploading, use the storageId to create the document record.

## Response `200`

Upload URL generated.

- UploadUrlResponse
  - `uploadUrl` string, uri, required — Pre-signed URL for uploading the file.

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api.md) · [All operations](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zavudev/zavu-unified-messaging-layer-api/revisions/eb3dc75cc05b/schema)
