Review-ready demo
Login Kit
Content Posting API · video.upload
TikTok Upload Draft Flow
This page demonstrates the web integration used for TikTok app review. The current submission uploads content as a TikTok draft for creator review; it does not directly publish public posts.
1. Connect TikTok / Simulate OAuth CallbackJump to Upload Draft
End-to-end flow shown in the demo video
Connect TikTok
The PulseMarket account owner starts TikTok Login Kit authorization. TikTok redirects back to /tiktok/callback after consent.
user.info.basicGenerate market-news draft
PulseMarket collects public multi-market news, ranks up to 8 stories, creates original carousel slides, and prepares a caption.
Review assets
The generated PNG slides, caption, and manifest are uploaded to PulseMarket CDN for internal review before TikTok submission.
Upload to TikTok Draft
PulseMarket uses Content Posting API video.upload to upload the content as a TikTok draft. The creator reviews, edits, and manually posts inside TikTok.
video.upload draft uploadGenerated draft preview
Example preview of the type of original carousel generated by PulseMarket before upload.
Disclaimer: Không phải lời khuyên đầu tư.
Upload draft response shown to reviewer
This demo screen represents the sandbox/review flow. In production, the backend sends the approved asset package to TikTok's Content Posting API.
API capability: Content Posting API
Scope:
video.uploadResult: Uploaded as TikTok draft — creator manually reviews/edits/posts in TikTok
Requested scopes
- Included:
user.info.basic— used only to confirm the authorized TikTok account identity. - Included:
video.upload— used to upload approved content as a TikTok draft. - Not used:
video.publish/ Direct Post — not part of this submission.