latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-18269154992.5 KB

8fbabe82a04d

Products

Create delivery file upload URL

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

post/products/delivery/upload-url

Request body

filenamestring required
contentTypestring required
fileSizeBytesinteger required

Example request

{
  "contentType": "application/pdf"
}

Response

Upload URL created

successboolean
uploadUrlstring
publicUrlstring
fileNamestring