Skip to main content
Instagram Standalone posts use the same settings schema as Facebook Business-linked Instagram. The only difference is the __type value - everything else (post type, trial reels, collaborators, image arrays) is identical.
The audio setting (attaching music or original sounds to Reels) is not available on standalone channels - the Instagram Audio API only works with Facebook Login. The audio setting is ignored when posting, and the audioSearch tool is not exposed for instagram-standalone integrations.

Settings Schema

For the full field reference (including post_type values, trial reel options, and collaborator format), see the Instagram settings page.

Fields

FieldTypeRequiredDescription
__typestringYesMust be instagram-standalone
post_typestringYesType of Instagram post (see Instagram reference)
is_trial_reelbooleanNoWhether to post as a trial reel
graduation_strategystringNoGraduation strategy for trial reels
collaboratorsarrayNoTagged collaborators (see Instagram reference)

Complete Example

For Story, Reel, and collaborator examples, see the Instagram complete examples - swap __type: "instagram" for __type: "instagram-standalone".