Settings / Integrations

Official API reference library for future human-approved one-click publishing. V0 does not call real social APIs.

LinkedIn Posts API

V0.5one_click_readymock_ready
Official docs

Supports

  • text
  • image
  • video
  • article
  • poll

Required scopes

  • w_member_social

Prerequisites

  • LinkedIn developer app
  • OAuth redirect URL
  • Member social permission

Compliance notes

  • Require final preview and approval.
  • Use least needed permissions.
  • Record every publish_attempt.

Endpoints

POST https://api.linkedin.com/rest/posts

Create a member or organization post after explicit user approval.

X API Create Post

V0.5one_click_readymanual_only
Official docs

Supports

  • text
  • image
  • video
  • poll

Required scopes

  • tweet.write

Prerequisites

  • X developer account
  • Write-enabled app
  • Plan and rate limits reviewed

Compliance notes

  • No automated replies, DMs, follows, or spam-like posting.
  • Respect rate limits.

Endpoints

POST https://api.x.com/2/tweets

Create a text post, thread item, quote, poll, or media post.

Threads API Publishing

V1one_click_readymanual_only
Official docs

Supports

  • text
  • image
  • video
  • carousel

Required scopes

  • threads_content_publish

Prerequisites

  • Meta developer app
  • Threads use case
  • Authorized Threads user

Compliance notes

  • Do not repost the same content automatically across Meta platforms.

Endpoints

POST https://graph.threads.net/{version}/{threads_user_id}/threads

Create a Threads text or media container.

POST https://graph.threads.net/{version}/{threads_user_id}/threads_publish

Publish a previously created Threads container.

Instagram Content Publishing API

V1requires_media_assetnot_started
Official docs

Supports

  • image
  • video
  • reel
  • carousel

Required scopes

  • instagram_content_publish

Prerequisites

  • Instagram professional account
  • Meta developer app
  • Public media URL

Compliance notes

  • MVP should not call this until final image or video assets exist.

Endpoints

POST https://graph.facebook.com/{version}/{ig_user_id}/media

Create a media container for image, Reel, video, or carousel child media.

POST https://graph.facebook.com/{version}/{ig_user_id}/media_publish

Publish a media container.

YouTube Data API videos.insert

V1requires_media_assetnot_started
Official docs

Supports

  • video
  • short

Required scopes

  • https://www.googleapis.com/auth/youtube.upload

Prerequisites

  • Google Cloud project
  • YouTube Data API enabled
  • OAuth consent screen
  • Final video file

Compliance notes

  • Do not upload generated scripts as finished videos.
  • Default tests to private or unlisted.

Endpoints

POST https://www.googleapis.com/upload/youtube/v3/videos?part=snippet,status

Upload a final video and metadata.

TikTok Content Posting API

V1requires_media_assetnot_started
Official docs

Supports

  • video
  • image

Required scopes

  • video.upload

Prerequisites

  • TikTok developer app
  • Content Posting API product
  • Approved scope
  • Final video asset

Compliance notes

  • Direct post needs explicit consent and review.
  • No public posting before final asset approval.

Endpoints

POST https://open.tiktokapis.com/v2/post/publish/creator_info/query/

Load creator posting options.

POST https://open.tiktokapis.com/v2/post/publish/inbox/video/init/

Upload a video to TikTok inbox for final user posting.