Archive API docs
    Jump to

    Narrow by kind with a prefix — q: queries, m: mutations, t: types, g: guides, f: fields and arguments.

    Object

    Image

    Image media content (for example single images or carousel frames).

    Fields

    Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.

    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.
    width Int
    Width of the media content in pixels, when known.