Forum Discussion
API access to Stream videos and transcripts
asanzgiri I have just read this in the comparison document:
The Stream API will just be the Microsoft Graph Files API. Therefore many APIs for video files already exist. As we add new video specific features to video files in ODB and SPO, we will add extra functionality to the existing Graph Files API. For example the following are already available:
Overview - https://docs.microsoft.com/graph/api/resources/onedrive
Get embed code for a video - https://docs.microsoft.com/graph/api/driveitem-preview
Get thumbnail - https://docs.microsoft.com/graph/api/driveitem-list-thumbnails
Get view count & analytics - https://docs.microsoft.com/graph/api/itemanalytics-get
Search for files including videos - https://docs.microsoft.com/graph/api/resources/search-api-overview
This seems to be the only ones at the moment
JPerryman88 - Thanks! I will check out those API docs.