curl --request GET \
--url https://video.bunnycdn.com/library/{libraryId}/videos/{videoId}/heatmap \
--header 'AccessKey: <api-key>'{
"heatmap": {}
}Returns the attention heatmap for a specific video, showing relative viewer interest across the timeline. May be unavailable if the feature is disabled or there isn’t enough viewing data.
curl --request GET \
--url https://video.bunnycdn.com/library/{libraryId}/videos/{videoId}/heatmap \
--header 'AccessKey: <api-key>'{
"heatmap": {}
}AccessKey based authentication
The ID of the video library.
The GUID of the video.
The heatmap of the requested video.
Timeline heatmap as segment-index to intensity (0–100). Keys represent consecutive segments from the start of the video; values are normalized so 100 equals the most‑watched segment. Missing segments imply 0.
Show child attributes
Was this page helpful?