---
title: "Get Signed Document URL"
method: GET
path: "/v1/suppliers/documents/sign"
tags: ["Supplier Integration"]
---

# Get Signed Document URL

`GET /v1/suppliers/documents/sign`

Generate a signed URL for accessing a specific document.

## Query parameters

- `filePath` string, required
- `accountId` string, required

## Response `200`

Signed URL generated successfully

- DocumentSignedURL[]
  - `url` string — Signed URL for secure document access

## Other responses

- `4XX` — Client error response

---

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