Feed photos
An image URL posts straight to the grid with your caption.
Publish feed photos and Reels to Instagram with a single call. We run the Content Publishing container-then-publish flow, hold the token, and hand back the real media id — you send one caption and a URL.
curl https://postmyish.com/api/v1/posts \
-H "Authorization: Bearer $POSTMYISH_KEY" \
-H "Content-Type: application/json" \
-d '{"caption":"New drop is live 🔥 link in bio","platforms":["instagram"]}'The official API can do this. It just makes you do a lot first. Here's what raw Instagram publishing costs you, and what PostMyIsh absorbs.
Post types, limits, and scheduling — all through the same POST /v1/posts call, formatted the way Instagram expects.
An image URL posts straight to the grid with your caption.
Pass a video URL as media and it publishes as a Reel.
Full caption length, hashtags and @mentions preserved.
Add schedule_at and it fires from our queue, not yours.
Every snippet hits the live API — same base URL, Bearer auth, plain JSON. Add your key and it runs.
One POST fans out to Instagram. The response carries the id and status the moment it ships.
curl https://postmyish.com/api/v1/posts \
-H "Authorization: Bearer $POSTMYISH_KEY" \
-H "Content-Type: application/json" \
-d '{"caption":"New drop is live 🔥 link in bio","platforms":["instagram"]}'Connect Instagram, call one endpoint, and we run the Instagram Graph API plumbing behind it.
Link it once from the Accounts page through its official login. The credential is stored encrypted.
Send one caption and the platform id. Add schedule_at to queue it, or media for a URL.
Container flows, token refresh, rate limits, and the real post id — all on our side.
Straight talk: Publishing scopes require Meta App Review + Business Verification (days to a couple of weeks). Until approved, only accounts you add as test users can be posted to — the code is done; the review is the wait.
One API, eleven more
Add another id to platforms and the identical call posts there too. One request already covers Instagram, TikTok, Facebook, and Threads — no second integration.
What's real, what needs review, and what Instagram itself requires — no hand-waving.
Yes — the Instagram Content Publishing API, part of the Instagram Graph API. No scraping or automation-of-the-app tricks.
Yes. Instagram only allows API publishing to Professional (Business or Creator) accounts linked to a Facebook Page. Personal accounts can't be posted to by any provider.
Yes. Pass a video URL as media and Instagram publishes it as a Reel; an image URL posts to the feed.
The Graph API pulls the file from a URL you host rather than accepting an upload. Pass media as an https URL and it flows straight through.
Yes — add schedule_at (ISO 8601) and PostMyIsh publishes it from our queue when the time arrives.
Connect your accounts, write one caption, and be live on every feed in minutes. The free plan is genuinely free.