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 Endpoints
in API
A large number of my videos that were migrated to Panopto from another VMS are missing the AI Summary (Key Points and Summary). Is there an API Endpoint to trigger "Re-encode Access AI" that I see in the UI under Manage?
Is there an endpoint for setting the Date field for a video? More generally, I have a lot of video metadata from the previous VMS (date, preview image, Description). I'd like to update these in bulk with the API. What endpoitns are availbable to me?
0
Answers
Hi Samuel,
We don't currently have the API that support this. We are hoping to add this in the future.
To update a session you can use
PUT /api/v1/sessions/{id}It would allow you to update Name, Description and Folder only.
I hope this helps.
Thanks,
Adis