---
title: "POST /storage/presigned-url"
method: POST
path: "/storage/presigned-url"
tags: ["Storage"]
---

# POST /storage/presigned-url

`POST /storage/presigned-url`

Retrieve a presigned url to post storage artifacts.

## Query parameters

- `objectName` string, required

## Response `200`

Response OK.

- object
  - `url` string, url, required — The presigned url.
  - `fields` object — Fields to include in the body of the upload. Only needed by s3
  - `storageUri` string, required — The storage URI to send back to the backend after the upload was completed.

## Other responses

- `default` — Unexpected error.

---

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