Slates API in Wasabi AiR

Prev Next

The Slates API provides an overview of all detected slates for a video.

GET /api/data/v3/items/{id}/timeline/slates

Response

{
	"slates": {
    	"all": [
        	{
        		"start": 0,
        		"end": 23
        	},
        	...
        ]
}