---
title: "Create delivery file upload URL"
method: POST
path: "/products/delivery/upload-url"
tags: ["Products"]
---

# Create delivery file upload URL

`POST /products/delivery/upload-url`

Returns a presigned URL to upload a distributable file. PUT the file bytes to uploadUrl, then attach publicUrl to a product.

## Request body

- object
  - `filename` string, required
  - `contentType` string, required
  - `fileSizeBytes` integer, required

## Response `200`

Upload URL created

- object
  - `success` boolean
  - `uploadUrl` string
  - `publicUrl` string
  - `fileName` string

## Other responses

- `400` — Unsupported file type or size
- `401` — Unauthorized
- `503` — Uploads not configured

---

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