Independent music artist · Music video distribution to TikTok

Step 1 — Connect your TikTok account

VXMuzz uses TikTok Login Kit to authenticate you via OAuth 2.0. We request only:

scope: user.info.basic, video.upload

No personal data is stored beyond your open_id and display_name, used solely to associate uploaded music videos with your TikTok account.

Sign in with TikTok
Sandbox mode. This demo is connected to the TikTok Sandbox environment with developer test account @vxmuzz.

How it works

1
OAuth 2.0: Sign-in initiates the TikTok Login Kit flow. On approval, VXMuzz receives an access token (scope: user.info.basic + video.upload).
2
Init upload: POST /v2/post/publish/inbox/video/init/ with the file size. TikTok returns a presigned upload URL.
3
Transfer: PUT the MP4 to the presigned URL in chunks.
4
Confirm: Poll /v2/post/publish/status/fetch/ until SEND_TO_USER_INBOX. The video appears as a draft in your TikTok app, ready for you to caption and publish.