Uploads
Create an upload
Request a pre-signed URL to upload an image asset. Upload the file with an HTTP PUT to the returned presignedUrl (sending the same Content-Type and Content-Length), then call /uploads/{emailAssetId}/complete to finalize the asset.
post/v1/uploads
Request body
Example request
{
"contentType": "image/png",
"contentLength": 102400
}Response
Pre-signed upload URL created.