---
title: "Create Signed Upload Url"
method: POST
path: "/storage/upload/sign/{bucketName}/*"
tags: ["Storage"]
---

# Create Signed Upload Url

`POST /storage/upload/sign/{bucketName}/*`

Create a signed upload url for an object in a bucket. You can use this url to upload the object

## Path parameters

- `bucketName` string, required
- `objectName` string, required

## Response `200`

The signed upload url has been created successfully

## Other responses

- `400` — Invalid input provided

---

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