Review required

TikTok API approval: what it actually takes

Yes, TikTok requires an audited developer app before you can publish to a creator's account. Expect roughly three weeks and at least one rejection: the review is strict about your website and about the posting UI you build.

Approved for PostWire on 7 Jul 2026, after two rejections. API: Content Posting API (Direct Post).

The real timeline

Dates from PostWire's own submission, not an estimate.

Why submissions get rejected

"Invalid Website URL" (twice)

TikTok's App Review Guidelines require an externally facing, fully developed website that houses information about your services. A one-page landing or a login page is rejected. Separately, your Privacy Policy and Terms must be reachable without opening a menu — links buried in a hamburger or only in the footer are not enough. Rebuilding a 6KB landing into a real multi-page site with Privacy and Terms in the top nav is what cleared it.

Anything on your site that reads "coming soon"

If your own pages say the TikTok integration is "in review" or "rolling out", the reviewer reads that as the integration not being live and fails you. Every such mention has to go before you resubmit.

Direct Post UX non-compliance

Direct Post has its own requirements beyond the API: you must display the creator's info, a privacy selector populated from the values the API returns for that creator, comment/duet/stitch toggles that honour the creator's own settings, and a commercial-content disclosure. Branded content cannot be set to "Only me". This surfaces as a separate rejection after the website one is cleared.

Gotchas nobody documents

Media requirements

Video required. There is no text-only post.

Or skip the review entirely

PostWire has already been through this. You post through PostWire's approved app, so there is no submission, no demo video and no waiting.

curl -X POST https://postwire.io/api/post \
  -H "Authorization: Bearer $POSTWIRE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"platforms":["tiktok"],"text":"Shipped."}'

Or, from an AI agent, one MCP tool call: npx -y postwire-mcp then post_to_social.

Get an API key free →

Questions people actually ask

Do I need approval to post to TikTok via API?
Yes, TikTok requires an audited developer app before you can publish to a creator's account. Expect roughly three weeks and at least one rejection: the review is strict about your website and about the posting UI you build.
Why do TikTok API submissions get rejected?
TikTok's App Review Guidelines require an externally facing, fully developed website that houses information about your services. A one-page landing or a login page is rejected. Separately, your Privacy Policy and Terms must be reachable without opening a menu — links buried in a hamburger or only in the footer are not enough. Rebuilding a 6KB landing into a real multi-page site with Privacy and Terms in the top nav is what cleared it.
Can I skip TikTok approval by using PostWire?
Yes. PostWire has already been through this review, so you post to TikTok through PostWire's approved app with one REST call or one MCP tool call, and never file a submission yourself.

See every platform side by side on the API approval index.