Clip Army
Content Operations · Est. 2026

Run a fleet of creators from one console.

Clip Army is a content management and social-scheduling platform for creator networks. Connect each creator's own accounts, schedule their content across TikTok, YouTube, Instagram, Facebook and X, and track how every post performs — without logging in and out of a dozen apps.

Built for scheduling, not spam.

Every account is a real, dedicated creator page. Clip Army connects to them through each platform's official API — you authorize once, and content posts on a healthy, per-account cadence. No bots, no credential sharing.

// CONNECT

Official OAuth

Each creator connects their own account with one click. We never see or store passwords — only a scoped access token.

// SCHEDULE

Cadence-paced posting

Set a per-account posting rhythm and a daily cap. Content queues into the next healthy slot instead of firing all at once.

// MANAGE

One fleet, one view

Every creator, every platform, every scheduled post in a single dashboard. Assign content, watch health, catch gaps.

// MEASURE

Performance in context

Views, engagement and reach pulled back per post so you can see what's working and route more content to it.

Get the API bullshit done.

Enter your posting-server domain once and every redirect URL below fills itself in. Create one developer app per platform, paste in the redirect URL, request the scopes, and track each one to live. Your progress saves in this browser.

https://
This is the Railway URL your Postiz instance runs on. It's where every platform redirects after login.
0 / 4 platforms live
TT
TikTok
Login Kit + Content Posting API

Redirect URI — paste into the app

Scopes to request

user.info.basicuser.info.profile video.uploadvideo.publish
  1. Open developers.tiktok.com/appsCreate app.
  2. Add products: Login Kit and Content Posting API (enable Direct Post).
  3. Paste the redirect URI above; add the scopes.
  4. Copy Client Key + SecretTIKTOK_CLIENT_ID / _SECRET.
  5. Submit for audit — required before posts can go public.
Audit takes days–weeks. Start this one first.
YT
YouTube
Google Cloud · Data API v3

Authorized redirect URI

Scope

youtube.upload
  1. Open Google Cloud Console → new project.
  2. Enable APIsYouTube Data API v3.
  3. Configure the OAuth consent screen (External); add yourself as a test user.
  4. Create Credentials → OAuth client ID → Web application; add the redirect URI.
  5. Copy Client ID + SecretYOUTUBE_CLIENT_ID / _SECRET.
Own channels work in test mode now; verification needed to go past test users.
MT
Meta — Instagram + Facebook
One app covers both

OAuth redirect URI

Permissions

pages_show_listpages_manage_posts pages_read_engagementbusiness_management instagram_content_publish
  1. Open developers.facebook.comCreate app → type OtherBusiness.
  2. Add the Facebook Login product; paste the redirect URI.
  3. Request the permissions above; switch App Mode → Live.
  4. Copy App ID + SecretFACEBOOK_APP_ID / _SECRET.
  5. Submit for App Review + Business verification.
Publishing perms need review. Each IG account must be Business/Creator, linked to a FB Page. Start alongside TikTok.
X
X (Twitter)
OAuth 1.0a · Native App

Callback URL

  1. Open developer.twitter.com → new project + app.
  2. Set up OAuth 1.0a, type Native App, permissions Read and Write.
  3. Add the callback URL above.
  4. Keys and Tokens → Consumer Keys → X_API_KEY / _SECRET.
Free tier caps writes at ~500/mo; paid tiers are $200+/mo. Deprioritize X unless it matters.

First: stand up the posting server

Every redirect URL above points at your Postiz instance. Deploy the Postiz App (v2.11.3) template on Railway, enable public networking on port 5000, and Railway hands you the HTTPS domain to paste into the box at the top.

https://railway.com/deploy/postiz-app

Then: wire the keys into the engine

As each app comes back approved, drop its ID/secret into the clipping-engine environment. Hand the values off securely — never paste secrets into this page.

TIKTOK_CLIENT_ID / _SECRET
YOUTUBE_CLIENT_ID / _SECRET
FACEBOOK_APP_ID / _SECRET
X_API_KEY / _SECRET
POSTIZ_API_URL = your Railway domain
POSTIZ_API_KEY = from Postiz settings