Skip to content

AssetResponse

An image, video keyframe, or video

Properties

Name Type Description Notes
asset_type AssetType
coactive_image_id str The coactive image id (if the asset_type is 'image' or 'keyframe')
preview_images PreviewImages
created_dt datetime The created timestamp of the asset
updated_dt datetime The updated timestamp of the asset
path str, none_type The original path of the asset. This is the video path if the asset_type is 'keyframe'. [optional]
video VideoAsset, none_type [optional]
shot Shot, none_type [optional]
sensitive bool, none_type Flag for a sensitive content warning [optional]
audio_segment AudioSegment, none_type [optional]
image_id str, none_type The user provided image id (if the asset_type is 'image') [optional]
format str, none_type The file extension of the asset [optional]
metadata {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type User provided metadata for the asset [optional]

[Back to Model list] [Back to API list] [Back to home]