Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.82 KB

File metadata and controls

29 lines (17 loc) · 1.82 KB

InstagramPlatformData

Feed aspect ratio 0.8-1.91, carousels up to 10 items, stories require media (no captions). User tag coordinates 0.0-1.0 from top-left. Images over 8 MB and videos over platform limits are auto-compressed.

Properties

Name Type Description Notes
contentType ContentTypeEnum Set to 'story' to publish as a Story. Default posts become Reels or feed depending on media. [optional]
shareToFeed Boolean For Reels only. When true (default), the Reel appears on both the Reels tab and your main profile feed. Set to false to post to the Reels tab only. [optional]
collaborators List<String> Up to 3 Instagram usernames to invite as collaborators (feed/Reels only) [optional]
firstComment String Optional first comment to add after the post is created (not applied to Stories) [optional]
trialParams InstagramPlatformDataTrialParams [optional]
userTags List<InstagramPlatformDataUserTagsInner> Tag Instagram users in photos by username and position. Not supported for stories or videos. For carousels, use mediaIndex to target specific slides (defaults to 0). Tags on video items are silently skipped. [optional]
audioName String Custom name for original audio in Reels. Replaces the default &quot;Original Audio&quot; label. Can only be set once. [optional]
thumbOffset Integer Millisecond offset from video start for the Reel thumbnail. Ignored if a custom thumbnail URL is provided. Defaults to 0. [optional]

Enum: ContentTypeEnum

Name Value
STORY "story"