Credits API in Wasabi AiR
- 17 May 2024
- 1 Minute to read
- Print
- PDF
Credits API in Wasabi AiR
- Updated on 17 May 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
}]
}