---
title: "Get Video Heatmap"
method: GET
path: "/library/{libraryId}/videos/{videoId}/heatmap"
tags: ["Manage Videos"]
---

# Get Video Heatmap

`GET /library/{libraryId}/videos/{videoId}/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.

## Path parameters

- `libraryId` integer, required
- `videoId` string, required

## Response `200`

The heatmap of the requested video.

- VideoHeatmapModel
  - `heatmap` object, nullable — 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.

## Other responses

- `401` — The request authentication failed
- `404` — Video not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
