Publish one video to several TikTok accounts
Last checked
One video, picked accounts, one action. Koda publishes through TikTok's official Content Posting API, and because every rate limit there is scoped to a user access token — that is, to one connected account — ten accounts do not share a budget. Each carries its own 6 posts per minute, so publishing to ten is not ten times slower.
Does publishing to ten accounts take ten times longer?
No, and the reason is worth knowing because it is the opposite of most people's assumption. The Direct Post endpoint allows 6 requests per minute PER USER ACCESS TOKEN. One token is one connected account, so ten accounts are ten independent buckets.
What does serialise is your own bandwidth: one video file uploaded ten times is ten transfers. In practice the binding limit is almost never TikTok's.
How many accounts can be connected, and what happens when you disconnect one
Slots are shared across every platform: a plan buys N connected accounts, whichever network they live on. Counting each network separately is how a free account ends up connecting one TikTok and fifty Instagram profiles.
A disconnected account keeps holding its slot for 30 days. That is deliberate and it closes a real exploit: without the cooldown, a one-slot plan could rotate an unlimited number of accounts through it by disconnecting and reconnecting. Reconnecting the SAME account is always free — it reactivates its own row.
| Plan | Accounts |
|---|---|
| Free | 2 |
| Starter | 3 |
| Growth | 10 |
| Pro | 25 |
| Business | 40 |
Why the same caption on every account is a bad idea
Because identical text across accounts is one of the signals platforms use to link them. Posting the same caption to five accounts within a minute is a pattern, and patterns are what anti-spam systems are built to find.
Koda rewrites captions per account rather than copying them, and filters hashtags per account from separate pools, for that reason rather than for variety.
What this does not do
- It cannot post to accounts you do not control. Every account is connected by its owner through TikTok's own OAuth.
- It does not create accounts, warm them up, or buy followers.
- It cannot lift a platform restriction. If an account is limited, publishing from here does not change that.
Frequently asked
- Can you post the same video to multiple TikTok accounts at once?
- Yes, through the official API, one upload and the accounts you pick. Each connected account carries its own rate limit, so the batch does not slow down as you add accounts.
- How many TikTok videos can I post per minute through the API?
- Six per connected account — the Direct Post endpoint allows 6 requests a minute per user access token. Across ten accounts that is sixty.
- Why does my slot stay used after I disconnect an account?
- Because a disconnected account holds its slot for 30 days. Without that cooldown a single paid slot could be rotated through unlimited accounts. Reconnecting the same account is always free.
- Should I use the same caption on every account?
- No. Identical captions across accounts is one of the signals used to link them. Captions are rewritten per account here for that reason.