Skip to main content
POST
/
api
/
v2
/
insights
/
advanced
/
cache_images
Error
A valid request URL is required to generate request examples
{
  "cacheKey": "site_report_images:550e8400-e29b-41d4-a716-446655440000"
}

Authorizations

Authorization
string
header
required

JWT token

Body

application/json
heatmapImages
object
required

Hash of site_id => image data

Example:
{
"1": {
"total": "data:image/png;base64,iVBORw0KGgoAAAANS..."
},
"2": {
"total": "data:image/png;base64,iVBORw0KGgoAAAANS..."
}
}

Response

Images cached successfully

cacheKey
string

Cache key for retrieving images

Example:

"site_report_images:550e8400-e29b-41d4-a716-446655440000"