SOLVED

Keeping track of which videos have transcripts

Brass Contributor

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 which do not.

 

To allow me to do this, is there a property I can query for the presence of transcripts (and chapters)?

 

Thank you.

 

2 Replies
Not that I know of. You can look at the API that the UI calls to load those things?
best response confirmed by Stuart McGarrity (Brass Contributor)
Solution
Thanks 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";
1 best response

Accepted Solutions
best response confirmed by Stuart McGarrity (Brass Contributor)
Solution
Thanks 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";

View solution in original post