Retrieve information about a video inside your video library using filter search terms
Authentication with the “FERMION-API-KEY” header is required to use this endpoint.
Rate limit: Maximum 60 requests in a window of 1m.
cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/get-video-library \ --header 'Content-Type: application/json' \ --header 'FERMION-API-KEY: <api-key>' \ --data ' { "data": [ { "data": { "filterTerm": "<string>", "pageNumber": 2, "folderPath": "<string>" } } ] } '
[ { "output": { "status": "ok", "data": { "totalResults": 1, "pageSize": 1, "videoData": [ { "createdAt": "2023-11-07T05:31:56Z", "status": "CcFailed", "videoId": "<string>", "videoTitle": "<string>" } ], "absoluteFolderPaths": [ "<string>" ] } } } ]
API Request Body
Show child attributes
API Response Body