Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.
Options
Batch download caption files
in API
Hi All,
I'm working with an instructor who would like to batch download the captions/transcript files from a number of recordings. Is that possible with API, and if so, how do I set that up? I do have admin access in our system so I feel like I can set something up, just unsure how.
Thank You.
Tagged:
0
Answers
Hi Kevin,
You can use API to get the sessions for the folder, then for each session you can check if it has value for CaptionDownloadUrl and then try to download the file for that session.
Each session object includes a CaptionDownloadUrl property if captions are available.
You need to create API client, and then with that information you can authenticate to call the API. I'm not sure how your technical abilities are but this would require some coding expertise to call the API endpoints.
I hope this helps.
Thanks,
Adis