返回 Instagram
將 Knoon AI 與 Instagram 連接以自動化 AI 工作流程。
Publish a post to Instagram immediately. Instagram requires media for every API post.
zernioInstagramDefaultPostNow
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| content | mustache | Optional caption. Instagram allows up to 2,200 characters, but the first 125 are the most visible. | 否 |
| attachments | array (attachment) | Uploaded photo/video attachments. Required unless assetUrls is provided. Combined with assetUrls, use 1 photo, 1 video, or up to 10 photos total. | 否 |
| assetUrls | array (mustache) | Public image/video URLs. Required unless attachments is provided. Combined with attachments, use 1 photo, 1 video, or up to 10 photos total. | 否 |
| contentType | string | Optional Instagram content type. Choose feed for standard posts, or story/reels when needed. | 否 |
| shareToFeed | boolean | Reels only. Set false to show only in the Reels tab instead of also appearing in the main feed. | 否 |
| collaborators | array (mustache) | Optional collaborator usernames (up to 3). | 否 |
| userTags | mustache | Optional JSON array of user tags: [{"username":"name","x":0.5,"y":0.5,"mediaIndex":0}]. | 否 |
| trialParams | mustache | Optional JSON object for trial reels, e.g. {"graduationStrategy":"MANUAL"}. | 否 |
| thumbOffset | number | Optional Reel thumbnail offset in milliseconds from video start. | 否 |
| instagramThumbnailUrl | mustache | Optional public image URL to use as custom Reel thumbnail. | 否 |
| instagramThumbnailAttachment | mustache | Optional attachment to use as custom Reel thumbnail. | 否 |
| audioName | mustache | Optional custom Reel audio name. | 否 |
| firstComment | mustache | Optional first comment posted after publish (feed/carousel; not stories). | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| postId | string | Zernio post ID. |
| status | string | Post status. |
| accountId | string | Connected Zernio account ID. |
| platform | string | Published platform. |
| platformPostUrl | string | Published platform post URL when available. |