cURL
curl --request POST \ --url https://app.demandiq.com/api/images/upload \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "image": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "fileName": "<string>", "originalFileName": "<string>", "mimeType": "<string>", "fileSize": 123, "width": 123, "height": 123, "s3Url": "<string>", "createdAt": "2023-11-07T05:31:56Z" }, "optimization": { "originalSize": 123, "optimizedSize": 123, "savings": "45%" } }
Upload and optimize an image (max 10 MB). Supports JPEG, PNG, WebP, and SVG. Images are automatically resized and compressed.
Image uploaded
Show child attributes