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-1237c41f-9038-44b7-b4cc-8cb1f13f6f76", "preview_thumbnail_url": "https://www.cameratag.com/assets/v-1237c41f-9038-44b7-b4cc-8cb1f13f6f76/720p_thumb.jpg", "preview_full_thumbnail_url": "https://www.cameratag.com/assets/v-1237c41f-9038-44b7-b4cc-8cb1f13f6f76/720p_thumb.jpg", "preview_mp4_url": "https://www.cameratag.com/assets/v-1237c41f-9038-44b7-b4cc-8cb1f13f6f76/720p_mp4.mp4", "preview_webm_url": "https://cameratag.com/videos/v-eed31052-1072-4457-bb62-aa49687e2be9/720p/mp4.mp4", "state": "processed", "name": "Bug Buck Bunny", "description": "A demo video", "type": "Video", "ad_server_type": null, "ad_server_url": null, "params": null, "app_uuid": "bd67aac0-7869-0130-7e72-22000aaa02b5", "medias": { "720p_mp4": { "width": 1280, "height": 720, "length": 32, "media_type": "mp4", "name": "720p_mp4", "state": "COMPLETED", "urls": { "cameratag": "https://cameratag.com/assets/v-1237c41f-9038-44b7-b4cc-8cb1f13f6f76/720p_mp4.mp4" } }, "720p_thumb": { "width": 1280, "height": 720, "length": null, "media_type": "thumb", "name": "720p_thumb", "state": "COMPLETED", "urls": { "cameratag": "https://cameratag.com/assets/v-1237c41f-9038-44b7-b4cc-8cb1f13f6f76/720p_thumb.jpg" } }, "720p_filmstrip": { "width": 1280, "height": 720, "length": null, "media_type": "filmstrip", "name": "720p_filmstrip", "state": "COMPLETED", "urls": { "cameratag": "https://cameratag.com/assets/v-1237c41f-9038-44b7-b4cc-8cb1f13f6f76/720p_filmstrip.jpg" } } } }
Unauthenticated Video Object
{ "uuid": "v-1237c41f-9038-44b7-b4cc-8cb1f13f6f76", "preview_thumbnail_url": "https://www.cameratag.com/assets/v-1237c41f-9038-44b7-b4cc-8cb1f13f6f76/720p_thumb.jpg", "preview_full_thumbnail_url": "https://www.cameratag.com/assets/v-1237c41f-9038-44b7-b4cc-8cb1f13f6f76/720p_thumb.jpg", "preview_mp4_url": "https://www.cameratag.com/assets/v-1237c41f-9038-44b7-b4cc-8cb1f13f6f76/720p_mp4.mp4", "preview_webm_url": "https://cameratag.com/videos/v-eed31052-1072-4457-bb62-aa49687e2be9/720p/mp4.mp4", "state": "processed", "name": "Bug Buck Bunny", "description": "A demo video", "type": "Video", "ad_server_type": null, "ad_server_url": null, "params": null, "app_uuid": "bd67aac0-7869-0130-7e72-22000aaa02b5", "medias": { "720p_mp4": { "width": 1280, "height": 720, "length": 32, "media_type": "mp4", "name": "720p_mp4", "state": "COMPLETED", "urls": { "cameratag": "https://cameratag.com/assets/v-1237c41f-9038-44b7-b4cc-8cb1f13f6f76/720p_mp4.mp4" } }, "720p_thumb": { "width": 1280, "height": 720, "length": null, "media_type": "thumb", "name": "720p_thumb", "state": "COMPLETED", "urls": { "cameratag": "https://cameratag.com/assets/v-1237c41f-9038-44b7-b4cc-8cb1f13f6f76/720p_thumb.jpg" } }, "720p_filmstrip": { "width": 1280, "height": 720, "length": null, "media_type": "filmstrip", "name": "720p_filmstrip", "state": "COMPLETED", "urls": { "cameratag": "https://cameratag.com/assets/v-1237c41f-9038-44b7-b4cc-8cb1f13f6f76/720p_filmstrip.jpg" } } } }