Forum Discussion
stuartmcgarrity
Oct 24, 2022Brass Contributor
Keeping track of which videos have transcripts
We need to generate transcripts (and sometimes chapters) for all of our videos. As we need to do this manually for each video for now, I need to keep track of which videos have the transcript and...
- Oct 28, 2022Thanks for the suggestion. That worked. Looking at the UI calls I was able to determine that I can use:
https://mathworks.sharepoint.com/sites/<sitename>/_api/v2.1/drives/<driveID>/items/<itemid>/media/transcripts/<transcriptid>/streamContent?format=json";
Marc Mroz
Microsoft
Oct 26, 2022Not that I know of. You can look at the API that the UI calls to load those things?
- stuartmcgarrityOct 28, 2022Brass ContributorThanks for the suggestion. That worked. Looking at the UI calls I was able to determine that I can use:
https://mathworks.sharepoint.com/sites/<sitename>/_api/v2.1/drives/<driveID>/items/<itemid>/media/transcripts/<transcriptid>/streamContent?format=json";