Skip to main content

Settings Schema

When creating a post for Instagram, use the following settings schema:
Use __type: "instagram" for Facebook Business-linked accounts and __type: "instagram-standalone" for standalone Instagram accounts. Both use the same settings schema, except audio, which is only available for Facebook Business-linked accounts.

Fields

FieldTypeRequiredDescription
__typestringYesinstagram or instagram-standalone
post_typestringYesType of Instagram post
is_trial_reelbooleanNoWhether to post as a trial reel
graduation_strategystringNoGraduation strategy for trial reels
collaboratorsarrayNoList of collaborator usernames
audioobjectNoAudio to attach to a Reel (single video only)

post_type

ValueDescription
postRegular feed post
storyInstagram Story (24-hour visibility)

is_trial_reel

When set to true, the post will be published as a trial reel with limited initial visibility.

graduation_strategy

Controls how trial reels graduate to full visibility. Only applicable when is_trial_reel is true.
ValueDescription
MANUALManually graduate the reel
SS_PERFORMANCEAutomatically graduate based on performance

collaborators

Array of collaborator objects. Each collaborator will receive an invite to be added as a collaborator on the post.

audio

Attach music or an original sound to a Reel, based on the Instagram Audio API.
Audio can only be attached to a Reel — a single video with post_type: "post". It is not supported on Stories, carousels, image posts, or on instagram-standalone channels (the Audio API requires Facebook Login).
FieldTypeRequiredDescription
idstringYesThe audio asset ID
titlestringNoAudio title (display only)
artiststringNoArtist or creator name (display only)
imagestringNoCover artwork URL (display only)
audio_volumenumberNoVolume of the attached audio, 0-100 (default 100)
video_volumenumberNoVolume of the original video audio, 0-100 (default 100)
To find audio IDs, use the trigger endpoint with the audioSearch tool:
ParameterDescription
qSearch query — leave empty to get trending audio
typemusic (royalty-free catalog) or original_sound (user-generated), defaults to music
The response contains { output: [{ id, title, artist, image, duration, previewUrl }] } — pass the chosen id into settings.audio.id.
Only audio authorized for third-party use is returned, so the catalog can be smaller than what you see in the Instagram app.

Complete Example

Feed Post

Story Post

Collaborative Post

Reel with Audio

Attach audio found with audioSearch to a single-video Reel:

Carousel Post

Create a carousel by adding multiple images: