Instagram · JSON Structure

Instagram Graph Api Container Response Structure

ContainerResponse schema from Instagram Graph API

Type: object Properties: 1
InstagramMetaPhotosSocial MediaVideosContent Publishing

ContainerResponse is a JSON Structure definition published by Instagram, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/instagram/refs/heads/main/json-structure/instagram-graph-api-container-response-structure.json",
  "name": "ContainerResponse",
  "description": "ContainerResponse schema from Instagram Graph API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The container ID.",
      "example": "17889615691921648"
    }
  }
}