Get a real estate video asset
Return one video asset from one owned real estate project.
Authorizations
Token-based authentication with required prefix "Token"
Response
Serializer for VideoAsset with basic fields.
Human-readable asset name.
Tag identifier for the asset that's based on asset's name. Used on frontend to reference the asset '@Parrot-1')
^[-a-zA-Z0-9_]+$Datetime when the record was created.
Video file stored on S3. Pre-signed URL may expire. To generate a new URL, call the endpoint again. If the field is null, it means the video hasn't been completely uploaded.
External URL if video is hosted elsewhere (not on our S3).
Image thumbnail of the video
Last frame of the video as an image.
Video width in pixels.
Video height in pixels.
File size in bytes.
Total number of frames in the video.
Framerate in frames per second (fps).
Calculate video duration in seconds.
Video bitrate in bits per second.
Video codec identifier (e.g., 'h264', 'vp9').
Bit depth of the video.
Chroma subsampling format (e.g., '4:2:0').
Color space (e.g., 'bt709', 'bt2020').