ClipSignal Studio
Loading

Creator performance workspace

Connect TikTok, review live performance, and move approved clips through draft or Direct Post workflows.

TikTok sandbox evidence

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.

Website URLhttps://clipsignal.space
Redirect URILoading...
Webhook callbackhttps://clipsignal.space/api/tiktok/webhooks
Connection stateChecking...

Connected account

/v2/user/info/
Open ID-
Verified-
Granted scopes-
Followers-
Following-
Total likes-
Videos-

Permission map

Each TikTok permission has a visible product use.

user.info.basic identity, display name, avatar, open id

user.info.profile profile link, bio, verification status

user.info.stats follower, following, likes, video count

video.list recent public videos and counters

video.upload user-selected file to TikTok draft

video.publish creator info, Direct Post controls, status polling

Webhooks signed HTTPS callback and received event log

Recent videos

Loaded from Display API /v2/video/list/ with the video.list scope.

Waiting
Video Views Likes Comments Shares Eng. rate

Upload to TikTok draft

video.upload

Uses 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.publish

Loads creator settings from TikTok before publish controls are shown.

POST /v2/post/publish/creator_info/query/ → /video/init/ → status/fetch

Connect TikTok to load Direct Post settings.
Choose a video to verify duration.

Post status

Webhook receiver

HTTPS 200 OK

Register this callback in TikTok Developer Portal for event notifications.

https://clipsignal.space/api/tiktok/webhooks
This posts a test event to the configured callback URL and shows the event received by the same /api/tiktok/webhooks route.
Loading recent events...

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.