Glenkirs Video Publish app icon
TikTok Content Posting API

Glenkirs Video Publish

Private desktop workflow for preparing short-form videos and publishing them to your own TikTok account after you review each clip.

What this application does

  • Runs locally on the creator's computer (admin panel on 127.0.0.1).
  • Prepares vertical short clips from longer video sources (movies and series).
  • Shows each clip in a review queue before anything is published.
  • Publishes to TikTok only when the creator clicks Publish in the local admin UI.
  • Uses TikTok Login Kit (OAuth) only for TikTok accounts the owner authorizes.

This is a single-creator desktop tool, not a public multi-user SaaS or signup service.

How TikTok integration works

  1. The creator installs and runs the application on their own PC.
  2. They connect a TikTok account once via OAuth (TikTok consent screen on tiktok.com).
  3. OAuth tokens are stored locally on the device.
  4. When the creator approves a short clip, they choose TikTok and click Publish.
  5. The app uploads the video with the Content Posting API (Direct Post, file upload).

TikTok API scopes

The Application requests only the scopes needed for publishing and account management in the local admin panel:

  • video.upload - upload the MP4 file you selected to TikTok servers through the Content Posting API (chunked FILE_UPLOAD after publish init). Used only when you click Publish on a reviewed clip.
  • video.publish - complete Direct Post to your TikTok profile after the file upload (title, caption, privacy level). Each post is manual; nothing is published without your action.
  • user.info.basic - link the authorized TikTok account in the local admin panel (open_id and basic identifiers).
  • user.info.profile - read-only display name, username, and bio for the connected account in the admin UI.
  • user.info.stats - read-only profile statistics (follower count, following count, likes count, public video count) for analytics in the local admin panel.

We do not request scopes we do not use (for example video.list). TikTok data is not sold, used for ads, or shared with third parties except TikTok's own services required for OAuth, upload, and publishing.

About this website URL: TikTok App Review requires that the Website URL, Terms URL, and Privacy URL must not contain the word “TikTok” (we use tt.resello.ru). Describing the TikTok integration, scopes, and links to tiktok.com legal pages on this site is normal and expected.

Data and privacy

Video files and OAuth tokens stay on the creator's computer unless the creator chooses to publish to TikTok. See our Privacy Policy for details on data handling, retention, and how to revoke access.

Contact

Developer: Kirill (Glenkirs). Email: kirichyn.93@mail.ru

Official application home page for Glenkirs Video Publish on TikTok for Developers. Platform: Web / Desktop.