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

# Create Signed Url

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

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

## Path parameters

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

## Response `200`

The signed 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)
