Creator performance workspace
Connect TikTok, review live performance, and move approved clips through draft or Direct Post workflows.
Every selected product and scope is visible in this app.
Use this section during the demo recording after connecting a TikTok sandbox account. It shows the domain, redirect URI, callback URL, requested scopes, and the UI area where each TikTok permission is used.
Permission map
Each TikTok permission has a visible product use.
Recent videos
Loaded from Display API /v2/video/list/ with the video.list scope.
| Video | Views | Likes | Comments | Shares | Eng. rate |
|---|
Upload to TikTok draft
video.uploadUses Content Posting API Upload, so the creator can finish editing inside TikTok.
POST /v2/post/publish/inbox/video/init/ → FILE_UPLOAD
Direct post to TikTok
video.publishLoads creator settings from TikTok before publish controls are shown.
POST /v2/post/publish/creator_info/query/ → /video/init/ → status/fetch
Post status
Webhook receiver
HTTPS 200 OKRegister this callback in TikTok Developer Portal for event notifications.
https://clipsignal.space/api/tiktok/webhooks
/api/tiktok/webhooks route.
Review explanation
ClipSignal Studio helps creators and small brands connect their TikTok account, review recent video performance, and publish approved videos through TikTok's posting APIs.
Login Kit starts the OAuth flow and creates a secure server-side session. Display API scopes are used to show the connected account, profile fields, account statistics, and the creator's own recent public videos. Content Posting API upload is used only after the creator chooses a file and clicks the draft upload button. Direct Post is used only after creator settings are retrieved, privacy is selected, disclosures are reviewed, and posting consent is checked. Webhooks are used to receive HTTPS TikTok events, verify signatures, and update the event log.