Get the source links of an AI summary video

For videos generated as an AI summary of a Panopto session, returns the original session's name and viewer URL, plus the containing folder and how many videos are in it.

Only meaningful for that one origin: any other video — including everything created through the public API — returns 404, as does a summary video whose source session details are missing.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
curl -X GET 'https://apis.elai.io/api/v1/videos/66a1f0c2b7cd13032a9c6002/links' \
  -H 'Authorization: Bearer YOUR_API_TOKEN'
{
  "folderId": "66a1f0c2b7cd13032a9c6400",
  "folderName": "Lectures",
  "folderItemsCount": 12,
  "originalVideoUrl": "https://demo.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=abc",
  "originalVideoName": "Week 1 \u2014 Introduction"
}
Path Params
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json