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.
API to download videos in Playlist
in API
Best Answer
-
Asher Finkel Tyro
I have confirmed that you are correct and that currently the sessions via playlist endpoint doesn't include the download urls. For now, you will have to make multiple api calls. One to get the sessions for a playlist, and subsequent ones to get the download_url per session.
0
Answers
Hi!
I believe this is the request you are looking for: https://demo.hosted.panopto.com/Panopto/api/docs/index.html#/Playlists/Playlists_GetSessionsForPlaylist. It allows you to get the download_url for each session in a playlist.
Asher
Panopto Platform Developer
Hi Asher,
Thanks for answering,
When I try to get the sessions from playlist API , the urls are null. For ex:
"EmbedUrl": null,
"ShareSettingsUrl": null,
"DownloadUrl": null,
When I use the /Panopto/api/v1/sessions/{ID} API , I am able to get the download URL.
How Can I get the urls from the Playlist url directly.