Images
Generate S3 signed URL to upload images
Returns a pre-signed URL that you can use to upload an image directly to S3. See AWS documentation for presigned URLs.
Use the returned SignedUrl with a PUT request (body = file as binary, Content-Type = returned Mime, CacheControl = returned CacheControl).
After upload, use the returned Path in any request that requires an image path.
get/api/Images/ImageUploadSignedUrl
Query parameters
typestring nullable required
Type of image that will be uploaded. Valid values: preview, eps, mask, library-categories, libraries, product-bases, preview-mask, user-profile-thumbs
formatstring nullable required
Image format. Valid values: png, jpg, jpeg, webp, svg. The user-profile-thumbs type only accepts png, jpg and jpeg
Response
SignedUrl, Name, Path, Mime, and CacheControl for the upload