Platforms

Platform Configs

Platform-specific configuration options for fine-tuned posting

Each platform has unique features and settings. Use the config objects below when creating posts to customize behavior per platform.

TikTok

ParameterTypeDescription
titlestringVideo title
captionstringVideo caption text
privacyLevelREQUIREDstringPUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS, FOLLOWER_OF_CREATOR, SELF_ONLY
allowCommentsbooleanAllow comments on the video
allowDuetbooleanAllow duets
allowStitchbooleanAllow stitches
sendAsDraftbooleanSend as draft to TikTok app
aiGeneratedbooleanMark as AI-generated content
autoAddMusicbooleanAutomatically add music to the video
brandedContentbooleanMark as branded content
brandedContentOwnBrandbooleanMark as promoting own brand
Example
{
  "tiktokConfigs": [{
    "connectionId": "conn_tiktok_001",
    "title": "Product Demo",
    "privacyLevel": "PUBLIC_TO_EVERYONE",
    "allowComments": true,
    "allowDuet": false,
    "aiGenerated": false
  }]
}

YouTube

ParameterTypeDescription
postTypestringVIDEO or SHORTS
videoTitlestringVideo title
tagsstring[]Video tags for discovery
privacyStatusstringPUBLIC, UNLISTED, or PRIVATE
categoryIdstringYouTube category ID
playlistIdstringAdd to playlist after upload
notifySubscribersbooleanNotify subscribers (default true)
allowEmbeddingbooleanAllow embedding on other sites
madeForKidsbooleanMark as made for kids
licensestringyoutube or creativeCommon
Example
{
  "youtubeConfigs": [{
    "connectionId": "conn_yt_001",
    "postType": "VIDEO",
    "videoTitle": "Weekly Product Update",
    "tags": ["product", "update", "tech"],
    "privacyStatus": "PUBLIC",
    "notifySubscribers": true,
    "allowEmbedding": true,
    "madeForKids": false
  }]
}

Pinterest

ParameterTypeDescription
boardIdREQUIREDstringPinterest board ID to pin to
titlestringPin title
linkstringDestination URL when pin is clicked
Example
{
  "pinterestConfigs": [{
    "connectionId": "conn_pin_001",
    "boardId": "board_123",
    "title": "Summer Collection 2026",
    "link": "https://example.com/summer-collection"
  }]
}

Instagram

ParameterTypeDescription
postTypestringFEED, REEL, or STORY

Facebook

ParameterTypeDescription
postTypestringFEED, REEL, or STORY
videoTitlestringTitle for video posts