Object
Video
Video media content associated with an item.
Fields
- deleted Boolean!
- True if the media content has been removed from the source platform.
- fileUrl String
- Direct URL to the underlying media file when Archive can serve it.
- height Int
- Height of the media content in pixels, when known.
- id ID!
- Unique identifier for the media content in Archive's system.
- mediaItemId ID!
- Identifier of the parent media item. Use this to group related contents (e.g., carousel frames) that belong to the same post.
- thumbnailUrl String
- URL of a preview thumbnail image for this media content, if available.
- type MediaContentType!
- Whether this media content is an IMAGE or a VIDEO.
- videoDuration Int
- Duration of the video in seconds, when available.
- width Int
- Width of the media content in pixels, when known.