Documentation Index
Fetch the complete documentation index at: https://docs.trypost.it/llms.txt
Use this file to discover all available pages before exploring further.
TikTok
TryPost supports posting videos to TikTok.Connect your account
- Go to Accounts in the TryPost dashboard
- Click Connect TikTok
- Authorize TryPost on TikTok
Supported content types
| Type | Aspect ratio | Description |
|---|---|---|
| Video | 9:16 | Short or long-form video (required) |
OAuth scopes
user.info.basic, user.info.profile, user.info.stats, video.publish, video.upload, video.list
user.info.stats and video.list are required for the Analytics dashboard’s TikTok view.
Self-hosting setup
Configure TikTok API credentials
Configure TikTok API credentials
- Go to TikTok Developers and create an app
- Enable both the Content Posting API (for
video.publish/video.upload) and Login Kit (for theuser.info.*scopes) - Add the scopes listed above to the app’s authorized scopes
- Set the redirect URL to
{APP_URL}/accounts/tiktok/callback - Add to your
.env:

