Welcome Apps REST API

Video Object

The REST endpoints that return asset objects will return different objects for each type of asset (Video, Photo, Audio). Below are examples of the Video object in their authenticated and unauthenticated states.

You can also check out the Video Object Documentation , Photo Object Documentation or the Audio Object Documentation

Authenticated Video Object

{
  "uuid": "v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029",
  "preview_thumbnail_url": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/vga_thumb.jpg",
  "preview_full_thumbnail_url": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/vga_thumb.jpg",
  "preview_mp4_url": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/720p.mp4",
  "preview_webm_url": "http://static.cameratag.com/processing.mp4",
  "state": "approved",
  "name": "Welcome To CameraTag",
  "description": "",
  "type": "Video",
  "ad_server_type": null,
  "ad_server_url": null,
  "params": "[]",
  "app_uuid": "63f9c870-72c4-0130-04c5-123139045d73",
  "medias": {
    "720p": {
      "width": 1280,
      "height": 720,
      "length": 8,
      "media_type": "mp4",
      "name": "720p",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/720p.mp4"
      }
    },
    "vga_thumb": {
      "width": 1280,
      "height": 720,
      "length": null,
      "media_type": "thumb",
      "name": "vga_thumb",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/vga_thumb.jpg"
      }
    },
    "vga_filmstrip": {
      "width": 1280,
      "height": 720,
      "length": null,
      "media_type": "filmstrip",
      "name": "vga_filmstrip",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/vga_filmstrip.jpg"
      }
    },
    "vertical": {
      "width": 720,
      "height": 1280,
      "length": 8,
      "media_type": "mp4",
      "name": "vertical",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/vertical.mp4"
      }
    },
    "Giphy": {
      "width": 640,
      "height": 480,
      "length": null,
      "media_type": "thumb",
      "name": "Giphy",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/Giphy.gif"
      }
    },
    "Original": {
      "width": null,
      "height": null,
      "length": null,
      "media_type": "original",
      "name": "Original",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/Original.mp4"
      }
    },
    "Captions": {
      "width": null,
      "height": null,
      "length": 8,
      "media_type": "caption",
      "name": "Captions",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/Captions.VTT"
      }
    }
  }
}

Unauthenticated Video Object

{
  "uuid": "v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029",
  "preview_thumbnail_url": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/vga_thumb.jpg",
  "preview_full_thumbnail_url": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/vga_thumb.jpg",
  "preview_mp4_url": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/720p.mp4",
  "preview_webm_url": "http://static.cameratag.com/processing.mp4",
  "state": "approved",
  "name": "Welcome To CameraTag",
  "description": "",
  "type": "Video",
  "ad_server_type": null,
  "ad_server_url": null,
  "params": "[]",
  "app_uuid": "63f9c870-72c4-0130-04c5-123139045d73",
  "medias": {
    "720p": {
      "width": 1280,
      "height": 720,
      "length": 8,
      "media_type": "mp4",
      "name": "720p",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/720p.mp4"
      }
    },
    "vga_thumb": {
      "width": 1280,
      "height": 720,
      "length": null,
      "media_type": "thumb",
      "name": "vga_thumb",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/vga_thumb.jpg"
      }
    },
    "vga_filmstrip": {
      "width": 1280,
      "height": 720,
      "length": null,
      "media_type": "filmstrip",
      "name": "vga_filmstrip",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/vga_filmstrip.jpg"
      }
    },
    "vertical": {
      "width": 720,
      "height": 1280,
      "length": 8,
      "media_type": "mp4",
      "name": "vertical",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/vertical.mp4"
      }
    },
    "Giphy": {
      "width": 640,
      "height": 480,
      "length": null,
      "media_type": "thumb",
      "name": "Giphy",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/Giphy.gif"
      }
    },
    "Original": {
      "width": null,
      "height": null,
      "length": null,
      "media_type": "original",
      "name": "Original",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/Original.mp4"
      }
    },
    "Captions": {
      "width": null,
      "height": null,
      "length": 8,
      "media_type": "caption",
      "name": "Captions",
      "state": "COMPLETED",
      "urls": {
        "cameratag": "https://www.cameratag.com/assets/v-ccead2e0-6fa2-4ebe-99d1-0bb9ec963029/Captions.VTT"
      }
    }
  }
}