Instagram

ig_publish_reel

Publish a Reel (short video) to Instagram. Video must be publicly accessible. Supports cover image and share-to-feed option.

Remote node2flow/instagram

Other tools also called ig_publish_reel? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "caption": {
      "type": "string",
      "description": "Reel caption (max 2200 characters)"
    },
    "cover_url": {
      "type": "string",
      "description": "Public URL of cover image (optional)"
    },
    "video_url": {
      "type": "string",
      "description": "Public URL of the video file (MP4, max 15 min, max 1GB)"
    },
    "account_id": {
      "type": "string",
      "description": "Instagram Business Account ID"
    },
    "share_to_feed": {
      "type": "boolean",
      "description": "Also show in profile grid feed (default: true)"
    }
  }
}