Credits API in Wasabi AiR
    • 17 May 2024
    • 1 Minute to read
    • PDF

    Credits API in Wasabi AiR

    • PDF

    Article summary

    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
    	}]
    }