Instagram for Business
API actions for the Instagram for Business integration.
Instagram for Business
Publish photos and videos to your Instagram for Business account using an access token.
Post a photo
Publish a photo with an optional caption to your Instagram Business account.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
image_url | string | Yes | Direct URL to the image to publish. |
caption | string | No | Caption to include with the post. |
instagram_business_account_id | string | No | Override the default Instagram Business Account ID for this request. |
Response
{}Post a video
Publish a video with an optional caption to your Instagram Business account.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
video_url | string | Yes | Direct URL to the video to publish. |
caption | string | No | Caption to include with the post. |
instagram_business_account_id | string | No | Override the default Instagram Business Account ID for this request. |
Response
{}