Table of contents

Slates API

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

This documentation is generated from the latest version of GrayMeta Platform. For documentation relevant to your own deployed version, please use the documentation inside the application.