Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.22 KB

Video.md

File metadata and controls

18 lines (14 loc) · 1.22 KB

Video

Properties

Name Type Description Notes
id UUID ID of the video. UUID Version 4.
title String The title of the video given by the uploading user. [optional]
duration Int The video's runtime in seconds. [optional]
displayType String The display type determines if the video is branded or unbranded (can also be none or both). This affects whether the video is displayed on branded or unbranded marketing materials such as the property website.
sourceType String The original upload source of the video, used to determine how to handle the playback_url of the video and other display properties.
thumbnailUrl String A thumbnail image URL for the video.
playbackUrl String A URL linking to playback stream of the video.
downloadUrl String A URL for downloading the video. [optional]
shareUrl String A URL linking to a public viewing optimized webpage the video. [optional]

[Back to Model list] [Back to API list] [Back to README]