get
https://apis.elai.io/api/v1/videos//links
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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"
}
