cURL
curl --request GET \ --url https://managexrapi.com/v1/videos \ --header 'Authorization: Basic <encoded-value>'
{ "data": [ { "contentType": "video", "id": "gF0ODIEvXSwsjqtP0CgVo", "title": "Discover San Francsico", "description": "[360 Mono Cubemap] 1 MB", "size": 553657, "type": "_360", "display": "MONO", "mapping": "CUBEMAP", "packing": "NONE", "md5": "7ah69cMtXyaz5OfsCRtOjQ==", "iconUrl": "https://firebasestorage.googleapis.com/v0/b/example.jpg", "createdAt": 1696978504660, "updatedAt": 1715651553616 } ] }
Returns all videos stored in the organization’s library.
API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET
API_KEY_ID
API_KEY_SECRET
Unique identifier of the organization. Defaults to the organization associated with the API key.
A list of videos
Show child attributes
video
Unique identifier of the video
Title of the video
Size of the video in bytes
Type of video
_360
_180
_2D
"_360"
Video display type
MONO
STEREO
"MONO"
Video mapping
NONE
EQUIRECTANGULAR
CUBEMAP
"EQUIRECTANGULAR"
Video packing (stereoscopic videos only)
TOP_BOTTOM
LEFT_RIGHT
"TOP_BOTTOM"
URL of the video's icon
Creation timestamp
1645615777448
Last update timestamp
1687352117203
MD5 hash of the video file
Optional description of the video