Instagram · Example Payload

Instagram Graph Api Create Container Request Example

InstagramMetaPhotosSocial MediaVideosContent Publishing

Instagram Graph Api Create Container Request Example is an example object payload from Instagram, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

image_urlvideo_urlcaptionmedia_typeis_carousel_itemlocation_iduser_tagsaccess_token

Example Payload

Raw ↑
{
  "image_url": "https://www.example.com/images/photo.jpg",
  "video_url": "17841400123456789",
  "caption": "Check out our latest product! #newlaunch",
  "media_type": "IMAGE",
  "is_carousel_item": false,
  "location_id": "17841400123456789",
  "user_tags": [
    {
      "username": "examplebusiness",
      "x": 42.5,
      "y": 42.5
    }
  ],
  "access_token": "example_value"
}