ig_publish_photo
Publish photos to Instagram by providing a public HTTPS image URL. Create posts with captions, location tags, user mentions, and alt text for accessibility.
Instructions
Publish a photo to Instagram. Two-step process: creates container then publishes. Requires image_url (publicly accessible HTTPS URL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | Yes | Public HTTPS URL of the image (JPEG only) | |
| caption | No | Post caption (max 2200 chars) | |
| location_id | No | Facebook Page location ID | |
| user_tags | No | JSON array of user tags: [{username, x, y}] | |
| alt_text | No | Alt text for accessibility |