Forum Discussion

stuartmcgarrity's avatar
stuartmcgarrity
Brass Contributor
Oct 24, 2022
Solved

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 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?
    • stuartmcgarrity's avatar
      stuartmcgarrity
      Brass Contributor
      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";

Resources