TikTok Content Posting API (video uploads)
TikTok on Tiny Command targets the TikTok Content Posting API — used by creators and brands to programmatically post videos to their TikTok accounts. Four actions, no triggers (TikTok doesn't emit user-content webhooks via this API surface): Init Video Upload (step 1 — TikTok's upload is two-stage; this initialises the upload session and returns a publish_id plus an upload URL for the video binary), Get Publish Status (poll the publish_id to confirm the post went live or failed), List User Videos (the connected user's recent videos with metadata and view counts), Get User Info (account-level profile data). The connection uses TikTok OAuth at content.posting scope. The upload flow: Init Video Upload → upload the video binary to the returned upload URL via PUT (handled in a separate HTTP step) → poll Get Publish Status until status is PUBLISH_COMPLETE. Videos can be posted as Drafts (private; the creator publishes manually in the TikTok app) or Direct (auto-published) — the post_mode parameter controls this. Brands often use Draft mode to let creators review before going live.
No credit card required · Set up in under 2 minutes
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does | Open action |
|---|---|---|
| Get Publish Status | Polls the publish_id from Init Video Upload to track the video's processing state (PROCESSING_DOWNLOAD, PROCESSING_UPLOAD, PUBLISH_COMPLETE, FAILED). Poll every 10 to 30 seconds. | |
| Get User Info | Returns the connected TikTok user's profile (open_id, display name, avatar, follower count, etc.). Standard connection-check action. | |
| Init Video Upload | Step 1 of TikTok publishing: stages a video from a public URL and returns a publish_id. Use Get Publish Status to poll until processing is complete. | |
| List User Videos | Lists the connected TikTok user's videos with metadata (id, title, cover, create_time, stats). Good for reporting dashboards or to mirror your TikTok library elsewhere. |
Clone any recipe and customize it in one click. Every recipe is fully editable.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect TikTok once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every TikTok field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
If we missed yours, ping support. We usually reply within an hour.
Same category as TikTok, ordered by how often teams pair them. Hover the carousel to pause.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.