Skip to main content
POST
/
alpha
/
merchant
/
images
Upload an image
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>"
}

Headers

Authorization
string
required

Your Auction Now API key as a Bearer token

Example:

"Bearer ak_XXXXXXX"

Body

multipart/form-data
file
file

Response

Image uploaded successfully

data
object
required
timestamp
number
required
message
string