Forum Discussion
mcrivell
Nov 02, 2022Copper Contributor
Stream API
Hi everyone. I'm trying to understand if there will be the possibility to have Stream API in the near future. My need is to download the autogenerated transcript, translate it via online services, ...
stuartmcgarrity
Jan 03, 2023Brass Contributor
So far, I've been able to download our transcripts with: https://mathworks.sharepoint.com/sites/<sitename>/_api/v2.1/drives/<driveID>/items/<itemid>/media/transcripts/<transcriptid>/streamContent?format=json";
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)
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)
SpartanFendley
Jun 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.