video

Information about a video uploaded.

PropertiesTypeDescription
aspect_ratiostringThe aspect ratio of the video is as a string.
heightnumberThe height of the video.
pathstringThe file name of the video.
sourcesarray of video_sourceThe source files for the video.
widthnumberThe width of the video.
{
  "aspect_ratio": "1.7777777777777777",
  "width": 640,
  "height": 360,
  "path": "79f4514cf69a18b921114f7c094c5a1a.jpeg",
  "sources": [
    {
      "type": "video/mp4",
      "url": "https://videodelivery.net/7191aa68604201ae9bba99c590cac3eb/downloads/default.mp4"
    },
    {
      "type": "application/x-mpegURL",
      "url": "https://videodelivery.net/7191aa68604201ae9bba99c590cac3eb/manifest/video.m3u8"
    }
  ]
}