List All Video Entities

Returns a list of existing video entities in sorted order where the most recently created entities show up first.

/v1/video_entities

GET https://api.uiza.sh/v1/video_entities

Query Parameters

{
 "data": [
  {
   "id": "f42b4ac3-869e-4010-8e21-042e40be7655",
   "name": "Sample Demo-Video",
   "description": "Lorem ipsum dolor sit amet, vis odio oratio scripserit ut",
   "short_description": "Duo ad graeci principes, legimus mnesarchum scribentur ut pro",
   "view": 1000,
   "poster": "Lorem ipsum dolor",
   "thumbnail": "Lorem ipsum dolor",
   "input_type": "VOD",
   "duration": 11213,
   "publish_to_cdn": "queue",
   "created_at": "2019-12-11T02:47:04Z",
   "updated_at": "2019-12-11T02:47:04Z"
  }
 ],
 "next_page_token": "eyJjcmVhdGVkX2F0IjoxNTc2MDA4NjkxMDAwLCJpZCI6IjAwNzVmZjcyLWE0ODYtNDg0Ni05Y2NjLWY1ZWU4YTA0MmQ0NSJ9",
 "prev_page_token": "2MDA4NjkxMDAwLCJpZCI6IjAwNzVmZjeyJjcmVhdGVkX2F0IjoxNTc1ZWU4YTA0MmQ0NSJ9cyLWE0ODYtNDg0Ni05Y2NjLWY"
}
Sample Request
curl -X GET https://api.uiza.sh/v1/video_entities 
     -H 'Authorization: uap-c1ffbff4db954ddcb050c6af0b43ba56-41193b64' 

Last updated