Skip to main content
POST
Create Upload URL
Returns a presigned URL to upload a distributable file to Sequenzy storage. PUT the file bytes to uploadUrl, then attach publicUrl to a product with Attach Delivery File. Allowed types: PDF, ePub, ZIP, images, audio, video, and text files, up to 100MB. Files are stored under unguessable URLs.

Request

filename
string
required
Original file name (used to build the hosted file name).
contentType
string
required
File MIME type, e.g. application/pdf.
fileSizeBytes
number
required
File size in bytes (max 104857600).

Responses