Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 2.24 KB

File metadata and controls

19 lines (16 loc) · 2.24 KB

# InstagramPlatformData

Properties

Name Type Description Notes
content_type string Set to 'story' to publish as a Story. Default posts become Reels or feed depending on media. [optional]
share_to_feed bool 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] [default to true]
collaborators string[] Up to 3 Instagram usernames to invite as collaborators (feed/Reels only) [optional]
first_comment string Optional first comment to add after the post is created (not applied to Stories) [optional]
trial_params \Zernio\Model\InstagramPlatformDataTrialParams [optional]
user_tags \Zernio\Model\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]
audio_name string Custom name for original audio in Reels. Replaces the default "Original Audio" label. Can only be set once. [optional]
thumb_offset int Millisecond offset from video start for the Reel cover frame. Ignored when instagramThumbnail or reelCover is provided. Defaults to 0. [optional]
instagram_thumbnail string Custom cover image URL for Instagram Reels (JPG or PNG, publicly accessible). Overrides thumbOffset when provided. Also accepted as reelCover (alias). [optional]
reel_cover string Alias for instagramThumbnail. If both are provided, instagramThumbnail takes priority. [optional]
is_ai_generated bool When true, the post is labeled by Instagram as containing AI-generated media. Per Meta, this self-disclosure label is for AI-generated media, not AI-written captions. Applies to feed posts, Reels, Stories, and carousels. [optional] [default to false]

[Back to Model list] [Back to API list] [Back to README]