Instagram

ig_publish_story

Publish a Story (image or video) to Instagram. Stories disappear after 24 hours.

Remote node2flow/instagram

Other tools also called ig_publish_story? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "media_url": {
      "type": "string",
      "description": "Public URL of image or video"
    },
    "account_id": {
      "type": "string",
      "description": "Instagram Business Account ID"
    },
    "media_type": {
      "type": "string",
      "description": "\"IMAGE\" or \"VIDEO\" (default: IMAGE)"
    }
  }
}