Skip to content

Platform-Specific Options

The platforms object on POST /posts lets you send per-platform overrides. Only include keys for platforms you want to customize — omitted platforms use sensible defaults.

Instagram-specific overrides. The collab field drives Nuelink’s Co-authoring feature, which tags a partner account as co-author of the post.

FieldTypeDescription
collabstringUsername of the Instagram partner account to invite as a co-author (Instagram Collab). Max 1000 chars.
locationobjectGeotag. Requires id (Instagram’s location ID) and name (display name).
trialReelstringEnables Instagram’s Trial Reel feature, which shows the Reel to non-followers first to test performance. Value controls what happens after the 72-hour trial window: MANUAL requires the user to manually share the Reel with their followers from Instagram; SS_PERFORMANCE auto-shares it with followers if it performs well during the trial.
shareToFeedbooleanIf true, Reels are also shared to the main feed.

ℹ️ Trial Reel is Instagram-only and video-only. It only applies when the post is a Reel. Setting trialReel on image posts or on non-Instagram channels has no effect.

Facebook-specific overrides. Mirrors the Instagram Collab behavior for Facebook co-authoring.

FieldTypeDescription
locationobjectGeotag with id and name.
FieldTypeDescription
sendToInboxbooleanIf true, the scheduled video is delivered to the TikTok app inbox as a notification instead of being auto-published. The user opens the notification on their phone to edit, add music, and publish from the TikTok app. Use this when you want Nuelink to handle scheduling but let the user finalize the post manually in TikTok’s native editor.
FieldTypeDescription
tagsarrayVideo tags. Each tag max 255 chars.
playlistsarrayPlaylists to add the video to. Each item is { channelId: integer, playlistIds: [string] }.