List all video entities
Returns a list of existing Video entities in descending order by creation date (the most recently created one is on top)
/v1/video-entities
GET https://api.uiza.io/api-vod/owner/v1/video-entities
{
  "data": {
    "items": [
      {
        "id": "2b970a39-874a-4d2a-be8a-fd445646d74c",
        "name": "My video 1",
        "description": "Oops",
        "input_url": "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4",
        "encoding_template": "hd",
        "content_policy": "public",
        "status": "ready",
        "playback": {
          "dash": "https://vod.gcpsg.uizadev.io/videoplayback0/7cdaa860-808f-40b5-832e-2f90dd46fb19/b38669d1-f5fd-495e-8d78-3b59c0b6f180/manifest.mpd?Expires=1649422743&KeyName=development-snake-vod-private-sg-signature&Signature=1dxLAz2ZOX59Qj0w3h5paUmc2Cw",
          "hls": "https://vod.gcpsg.uizadev.io/videoplayback0/7cdaa860-808f-40b5-832e-2f90dd46fb19/b38669d1-f5fd-495e-8d78-3b59c0b6f180/master.m3u8?Expires=1649422743&KeyName=development-snake-vod-private-sg-signature&Signature=ZGInxqY3no1265MUuap8WiARj6I"
        },
        "created_at": "2020-03-23T07:22:34Z",
        "updated_at": "2020-03-23T07:22:34Z"
      }
    ]
  }
}{
  "message": "Your request is missing name parameter. Please, verify and resubmit.",
  "error_type": "invalid_request_error"
}{
  "message": "You are unauthorized to access the requested resource. Please verify and resubmit.",
  "error_type": "invalid_request_error"
}5{
  "message": "An unexpected error occurred on Uiza's end.",
  "error_type": "api_error"
}curl --location --request POST 'https://api.uiza.io/api-vod/owner/v1/video-entities' \
--header 'Authorization: <token>' \
--header 'uiza-app-id: <your_app_id>'Last updated
Was this helpful?
