Forum Discussion
Stream API
Have now found a way to automate uploading yet.
(https://techcommunity.microsoft.com/t5/microsoft-stream-on-sharepoint/keeping-track-of-which-videos-have-transcripts/m-p/3660543)
- SpartanFendleyJun 26, 2024Copper Contributor
stuartmcgarrity did you find a way to maintain the VTT structure - where a sentence is broken up into multiple sections/timestamps? We're trying to make the export match the format as if you downloaded the VTT file through the interface.
- mcrivellJan 09, 2023Copper Contributor
I've just upvoted you post on feedback portal.
Marc Mrozhow to upload vtt to a video trough API?
Thanks a lot
Michele
- Marc MrozJan 12, 2023
Microsoft
Uploading a VTT to a video through Graph API isn't possible today officially. You could look at the network trace and see what APIs the UI calls, but those could change over time. Keep adding your votes and comments to the Stream Ideas entries about APIs.
See the ideas added so far around APIs:
https://feedbackportal.microsoft.com/feedback/search/776075da-1b1c-ec11-b6e7-0022481f8472?q=api
- Marc MrozJan 03, 2023
Microsoft
stuartmcgarrity jhende1915 SimonDoy mcrivell - As some of you are discovering and posting the APIs for Stream (on SharePoint) are just the normal Microsoft Graph Files APIs used for any other file in ODB/SPO. So, any Graph API to upload/download/delete/modify will work with a video file in ODB, SPO, Teams. Files Graph API overview: https://learn.microsoft.com/graph/api/resources/onedrive?view=graph-rest-1.0
For example, here are all kinds of things you can do with video files via MS Graph Files APIs:
- Upload: driveItem: createUploadSession - Microsoft Graph v1.0 | Microsoft Learn
- Delete: Delete a file or folder - Microsoft Graph v1.0 | Microsoft Learn
- Get view analytics: Get itemAnalytics - Microsoft Graph v1.0 | Microsoft Learn
- Get embed code: driveItem: preview - Microsoft Graph v1.0 | Microsoft Learn
- Move: Move a file or folder - Microsoft Graph v1.0 | Microsoft Learn
We have yet to document and make public in Graph some of the newer APIs for videos (transcripts, thumbnails, chapters, etc. Please add your votes and reasons why you want these things to be added to the Files Graph API. https://aka.ms/StreamIdeas
- yafkariMay 09, 2023Copper Contributor
Marc Mroz Hi,
I am looking for a way to get the list of transcripts a user has access to / and be able to get the content of it. (Let's say you got 10 meetings this week and you want the transcript of each)
This would be used in a Teams app (or not) but I only found this reference: https://learn.microsoft.com/en-us/graph/api/onlinemeeting-list-transcripts?view=graph-rest-beta&tabs=http&viewFallbackFrom=graph-rest-1.0
But seems like its only accessible in beta unfortunately..
Is there any place to get updated on this, or to upvote this so it get to the 1.0 version quicker? Maybe a workaround?
Thanks a lot!