The Credits API provides an overview of detected credits for a video.
GET /api/data/v3/items/{id}/timeline/credits
- id - (string) The identifier of the item.
Response
The response is a histogram containing an item for a frame interval bucket that indicates whether or not credits are seen.
{
"credits": [{
"start": 0.1,
"end": 1.1
}]
}