Skip to content

Instagram

OpenQuok MCP examples for Instagram — feed posts and reels with public image or video URLs.

2 min read

Connect your agent today

Draft from chat, review in your calendar, and publish only what you approve.

Start for $0

Channel quick reference

PropertyBusinessStandalone
Provider identifierinstagram-businessinstagram-standalone
Max content length2200 characters2200 characters
Required attachmentsAt least 1At least 1
OAuth setupInstagramInstagram

Post with an image URL

Schedule an Instagram post with this image https://example.com/brand-photo.jpg and caption “Summer launch”

{
  "type": "schedule",
  "date": "2026-06-27T10:00:00.000Z",
  "socialPost": [
    {
      "integration": "<instagram-integration-id>",
      "postsAndComments": ["Summer launch"],
      "attachments": ["https://example.com/brand-photo.jpg"]
    }
  ]
}

OpenQuok downloads each attachment URL, uploads it to your workspace media storage, then attaches it to the post.

Reel (single video URL)

Schedule an Instagram reel for Friday at noon with this video https://example.com/reel.mp4 and caption “New reel — drop a fire emoji if you like it!”

{
  "type": "schedule",
  "date": "2026-06-28T12:00:00.000Z",
  "socialPost": [
    {
      "integration": "<instagram-integration-id>",
      "postsAndComments": ["New reel — drop a 🔥 if you like it!"],
      "attachments": ["https://example.com/reel.mp4"]
    }
  ]
}

A single .mp4 attachment is published as a Reel automatically.

Search documentation
Find a docs page
Discord Support