v93

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
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