Get tile image upload result
GET
https://vuega.ecwid.com/api/v1/{storeId}/image/{imageId}
Required access scopes
Your app must have the following access scopes to make this request: manage_instant_site
Path params
All path params are required.
storeId
number
Ecwid store ID.
imageId
string
Headers
Both headers are required.
Authorization
string
Response JSON
A JSON object with the following fields:
bucket
string
set
Details about tile image in one or several sizes.
borderInfo
Image border details.
set
url
string
Link to the image. Does not include bucket, for example, "1003/cover-Zm***N/7xGvpFA-600x600.web"
.
width
number
Image width in px.
height
number
Image height in px.
borderInfo
homogeneity
boolean
Defines if the image border is homogeneous (true
) or not (false
).
color
Border color in RGBa.
color
r
number
Red channel value.
g
number
Green channel value.
b
number
Blue channel value.
a
number
Alpha channel value (opacity).
Last updated
Was this helpful?