Reels
Publish Instagram Reels with custom covers, audio, and trial strategies
Publish posts, Reels, and Stories to Instagram with platform-specific parameters. Handle covers, audio, and collaborators seamlessly.
One API handles feed posts, Reels, and Stories with Instagram-specific features.
Publish Instagram Reels with custom covers, audio, and trial strategies
Share ephemeral content with Stories support
Create multi-image carousel posts up to 10 images
Add up to 3 collaborators to your posts and reels
curl -X POST "https://api.postproxy.dev/api/posts" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "post": { "body": "New reel is live! Full tutorial on our channel 🎬" }, "profiles": ["instagram"], "media": ["https://example.com/video.mp4"], "platforms": { "instagram": { "format": "reel", "first_comment": "Full tutorial link in bio!", "cover_url": "https://example.com/thumbnail.jpg", "audio_name": "Trending Audio Track", "trial_strategy": "MANUAL" } } }'| Format | Description |
|---|---|
post | Feed post (default) |
reel | Instagram Reel |
story | Instagram Story |
| Parameter | Type | Required | Description |
|---|---|---|---|
format | string | No | Set to "post" (default), "reel", or "story" |
first_comment | string | No | Comment to add after posting |
cover_url | string | No | URL of cover image for the reel |
audio_name | string | No | Name of the audio |
trial_strategy | string | No | Trial strategy for trial reels ("MANUAL" or "SS_PERFORMANCE") |
collaborators | array | No | List of collaborator usernames (up to 3 for reels) |
thumb_offset | string | No | Thumbnail offset in milliseconds |
| Media Type | Max Size | Formats | Max Count | Duration |
|---|---|---|---|---|
| Image | 8 MB | jpg, png | 10 | - |
| Video | 300 MB | mp4, mov | 1 | 3s - 60min (post), 3s - 90min (reel), 1s - 60min (story) |
View full documentation for all platform-specific features for Instagram
No need to handle Instagram Graph API, OAuth flows, or resumable uploads. Postproxy handles it all.
Instagram rate limits are managed automatically with intelligent retry logic.
Publish feed posts, Reels, and Stories through one unified API.
Automatic retries and clear status reporting ensure your content reaches Instagram.
Common questions about Instagram integration
Start with our free plan and scale as your needs grow. No credit card required.