Upload an image file. Supported formats: JPEG, PNG, GIF, WebP, HEIC. Max size: 10 MB.
cURL
curl --request POST \ --url https://api.auctionnow.io/api/alpha/merchant/images \ --header 'Authorization: <authorization>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "data": { "url": "<string>", "width": 123, "height": 123, "format": "<string>", "bytes": 123 }, "timestamp": 123, "message": "<string>" }
Your Auction Now API key as a Bearer token
"Bearer ak_XXXXXXX"
Image uploaded successfully
Show child attributes