Instagram posting API: feed, Reels, Stories, social media agents
Blotato's Instagram posting API publishes feed posts, carousels, Reels, and Stories with one HTTP request. No Meta app, no App Review, no container-then-publish flow.
Publishing is only the first half. The same key reads comments, answers DMs, runs reply-only DM automations, and pulls analytics.
- REST
POST https://backend.blotato.com/v2/posts- Auth
blotato-api-key: YOUR_API_KEY- MCP
https://mcp.blotato.com/mcp
Updated September 2026. API access is included on every paid plan and excluded from the free trial.
What the Instagram posting API does in Blotato
POST /v2/posts with targetType instagram publishes now, or queues when you pass scheduledTime. A single image is a feed post. Two to ten media URLs make a carousel. A video defaults to a Reel, and mediaType story turns it into a Story.
Reels with the fields Instagram exposes
coverImageUrl, shareToFeed, audioName, and a trial object (graduationStrategy MANUAL or SS_PERFORMANCE) for Reels shown to non-followers first. collaborators takes up to three handles on single images and Reels, not on carousels.
First comment on publish
firstComment posts a comment of up to 2,200 characters right after the post publishes. Useful for links.
Comments and DMs from the same key
GET /comments lists comments on your posts and POST /comments replies. GET /conversations and POST /messages handle the inbox, on Instagram and Facebook only.
Reply-only DM automation
POST /dm-automations builds a keyword-triggered or comment-triggered auto-reply. Eight REST endpoints, with Meta's 7-day comment window and 24-hour DM window enforced for you.
What Instagram requires before the first call, and what comes off your list
Instagram only publishes through the API from a Business or Creator account linked to a Facebook Page. That is Meta's rule, it applies to every tool, and Blotato cannot route around it.
You skip the rest: registering a Meta app, App Review, the business verification screencast, and the create-a-container-then-publish second call. Blotato's Meta app is already reviewed, so you connect the account and post.
POST https://backend.blotato.com/v2/posts
{
"post": {
"accountId": "98432",
"content": {
"text": "Three prompts I run every Monday",
"mediaUrls": ["https://cdn.example.com/reel.mp4"],
"platform": "instagram"
},
"target": {
"targetType": "instagram",
"mediaType": "reel",
"shareToFeed": true,
"firstComment": "Full breakdown: https://example.com/monday"
}
}
}
Response: { "postSubmissionId": "uuid" }, a receipt. Poll GET /posts/:postSubmissionId for published or failed.
Every field: help.blotato.com/api/llm. Instagram's own reference: the Instagram Platform docs.
Why Instagram builders pick Blotato over the Graph API directly
- App Review is already done. Meta reviewed Blotato's app once. Your integration inherits that, and the App Review queue never touches your calendar.
- Publishing is where most Instagram APIs stop. This one keeps going. Comments, the DM inbox, and reply-only automations sit behind the same key as the publish call, so an agent can post, watch the replies, and answer them without a second vendor.
- The same request shape reaches eight more platforms. Change targetType and the target fields, and the same envelope, within each network's own limits, posts to the other eight platforms.
How to publish to Instagram through the API
- Connect a Business or Creator account. Sign in to Blotato and connect Instagram. The account has to be linked to a Facebook Page, which is where Meta enforces the rule.
- Generate an API key. From Settings, open the API tab and generate a key. That starts the paid Starter plan immediately, because the free trial does not include the API.
- Fetch the accountId. GET /users/me/accounts?platform=instagram returns the id you put in post.accountId.
- POST the post and poll. Send the request above, then poll GET /posts/:postSubmissionId. A scheduled post reports scheduled, so do not wait on published for one.
Running this from Claude instead of curl? The Instagram surface, comments and DMs included, is on the MCP server at https://mcp.blotato.com/mcp.
Setup per client is on the Instagram MCP server page, and the walkthrough of
posting to Instagram from Claude shows the prompt-to-post flow. A prompt like
"Post this clip to Instagram as a Reel, share it to the feed, and put the link in the first comment." calls the same endpoint this page documents.
Instagram posting limits, media rules, and what it costs
Blotato caps each Instagram account at 50 posts per 24 hours. Instagram's own documented limit is 100, so this cap is ours and it is deliberately stricter.
| Instagram limit | Value through Blotato |
|---|---|
| Blotato daily cap | 50 posts per account per 24 hours (Instagram documents 100) |
| Caption | 2,200 characters |
| Images | up to 8 MB, 4:5 to 1.91:1, 320 to 1,440 pixels wide |
| Video | MP4 or MOV, up to 300 MB, 9:16; Reels up to 15 minutes, Stories up to 60 seconds |
| Carousel | 2 to 10 items |
| Off-spec video | converted by Blotato only under 120 seconds |
Meta charges nothing per call for the Graph API. What the review cycle costs in time, and what the Graph API offers that a wrapper never will, is in the Instagram API pricing breakdown.
On Instagram, this API covers publishing, scheduling, analytics, comments, direct messages and DM automation. Caps are listed at help.blotato.com/settings/social-accounts.
MCP tools that reach Instagram
The tool names an agent calls on the MCP server for this platform, verbatim from the server's tool list. The REST endpoint behind each one is in the API reference.
blotato_list_accountsblotato_create_postblotato_get_post_statusblotato_list_postsblotato_list_schedulesblotato_get_scheduleblotato_update_scheduleblotato_delete_scheduleblotato_create_presigned_upload_urlblotato_list_top_postsblotato_get_post_analyticsblotato_list_commentsblotato_get_commentblotato_post_commentblotato_list_conversationsblotato_get_conversationblotato_list_messagesblotato_get_messageblotato_send_messageblotato_create_automationblotato_list_automationsblotato_update_automationblotato_update_automation_triggerblotato_delete_automationblotato_list_automation_runsblotato_list_automation_logsblotato_get_automation_analytics
Instagram posting API FAQs
01 Can I post to Instagram with an API without going through Meta App Review?
02 Does Blotato's Instagram API publish Stories and Reels?
03 Can my agent reply to Instagram comments and DMs through the same API?
04 How many Instagram posts a day does the API allow?
Same key, eight more platforms
Instagram is one targetType on the same endpoint. The social media API page has the comparison table of every platform's required fields and caps.
Blotato Your AI Agent still can't post to social media.
Point Claude, ChatGPT, n8n, or your own agent at Blotato's MCP and that's fixed: 9 platforms behind one key, flat $29/mo.
Connect your agentFlat pricing. Cancel anytime.