Forum Discussion
API access to Stream videos and transcripts
Hello,
For the recordings available on stream - is there an API or other programmatic way to download the videos or the audio transcriptions?
Thanks,
Ashutosh
4 Replies
- MOACIR360Copper ContributorSoftware free
- JPerryman88Copper Contributor
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
- SathishJICopper Contributor
JPerryman88 Is there any API where we can fetch Sharepoint stream videos along with transcript?
- asanzgiri
Microsoft
JPerryman88 - Thanks! I will check out those API docs.