API Reference

Create

Create and schedule a social media post/draft across one or more connected accounts, with optional media and platform-specific configurations.

📦 additional Parameter Reference

The additional object allows platform-specific enhancements to your scheduled posts.


🟢 Google

"google": {
  "post": {
    "title": "title post",
    "topicType": "STANDARD",
    "couponCode": "coupon code",
    "callToActionUrl": "call to action url",
    "redeemOnlineUrl": "redeem online url",
    "termsConditions": "terms conditions",
    "callToActionType": "SIGN_UP"
  }
}
FieldTypeDescription
titlestringTitle of the post
topicTypestringPost topic type (e.g., STANDARD)
couponCodestringCoupon code for promotions
callToActionUrlstringURL for CTA button
redeemOnlineUrlstringURL to redeem offers online
termsConditionsstringTerms and conditions text
callToActionTypestringCTA type (SIGN_UP, LEARN_MORE, etc.)

🎵 TikTok / TikTok Business

"tiktok": {
  "post": {
    "brandContent": true,
    "brandOrganic": true,
    "duetDisabled": true,
    "privacyStatus": "PUBLIC_TO_EVERYONE",
    "stitchDisabled": true,
    "commentDisabled": true
  },
  "channel": {
    "value": "direct"
  },
  "postType": {
    "value": "video"
  },
  "postPhoto": {
    "title": "Video title",
    "brandContent": true,
    "brandOrganic": true,
    "duetDisabled": true,
    "privacyStatus": "PUBLIC_TO_EVERYONE",
    "stitchDisabled": true,
    "commentDisabled": true
  }
}
FieldTypeDescription
brandContentbooleanMarks as branded content
brandOrganicbooleanMarks as organic brand content
duetDisabledbooleanDisables duet feature
privacyStatusstringVisibility (PUBLIC_TO_EVERYONE, etc.)
stitchDisabledbooleanDisables stitch
commentDisabledbooleanDisables comments
channel.valuestringChannel type (e.g., direct)
postType.valuestringType of content (video, photo, etc.)
postPhoto.titlestringTitle of the TikTok video for image-based posts

🧵 Threads

"threads": {
  "channel": {
    "value": "direct"
  }
}
FieldTypeDescription
channel.valuestringPosting method (direct)

📺 YouTube

"youtube": {
  "post": {
    "title": "YT title video",
    "license": "creativeCommon",
    "privacyStatus": "public",
    "selfDeclaredMadeForKids": "yes"
  },
  "postType": {
    "value": "short"
  }
}
FieldTypeDescription
titlestringVideo title
licensestringstandard or creativeCommon
privacyStatusstringpublic, private, or unlisted
selfDeclaredMadeForKidsstringyes or no
postType.valuestringVideo type (short, video)

📘 Facebook

"facebook": {
  "postType": {
    "value": "story"
  }
}
FieldTypeDescription
postType.valuestringstory, feed, etc.

💼 LinkedIn

"linkedin": {
  "audience": {
    "value": "PUBLIC"
  }
}
FieldTypeDescription
audience.valuestringPUBLIC, CONNECTIONS, etc.

📸 Instagram

"instagram": {
  "postReel": {
    "audioName": "Audio name",
    "shareToFeed": true
  },
  "postType": {
    "value": "post"
  }
}
FieldTypeDescription
audioNamestringCustom audio track for reel
shareToFeedbooleanAlso share reel to the Instagram feed
postType.valuestringPost type (post, reel, etc.)

📌 Pinterest

"pinterest": {
  "post": {
    "link": "link",
    "title": "title",
    "imageAlt": "image alt"
  }
}
FieldTypeDescription
linkstringDestination URL
titlestringPin title
imageAltstringAlt text for the pin image
Language
Credentials
Header
Click Try It! to start a request and see the response here!