Skip to main content
POST
Create Image Upload URL
Returns a company-scoped authenticated API URL for uploading an image to Sequenzy’s shared media library. PUT the exact bytes to uploadUrl with the same API credentials, then call Complete Image Upload with the returned key. PNG, JPEG, GIF, and WebP images up to 5MB are accepted. These formats can be used immediately in email image blocks without an asynchronous conversion.

Request

filename
string
required
Original file name, including a supported image extension.
contentType
string
required
Image MIME type, such as image/png.
fileSizeBytes
number
required
Exact image size in bytes, from 1 through 5242880.

Responses