---
title: "Get upload URL"
method: GET
path: "/address/upload/{vaspDID}"
tags: ["Address Book"]
---

# Get upload URL

`GET /address/upload/{vaspDID}`

To upload an address book you must first request a URL to uploda to. Upload URLs are short-lived AWS S3 bucket URLs.

## Path parameters

- `vaspDID` string, required — Decentralized Identifier

## Response `200`

URL where to upload the address list

- CommonUploadURLInfo
  - `uploadUrl` string
  - `uploadFields` object[]
    - `key` string
    - `value` string

---

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