Slates API in Wasabi AiR
- 17 May 2024
- 1 Minute to read
- Print
- PDF
Slates 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 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
},
...
]
}