YouTube
TryPost supports uploading YouTube Shorts.Connect your account
- Go to Accounts in the TryPost dashboard
- Click Connect YouTube
- Authorize TryPost with your Google account
- Select the YouTube channel to connect
Supported content types
| Type | Aspect ratio | Description |
|---|---|---|
| Short | 9:16 | Vertical video up to 60 seconds (required) |
Self-hosting setup
Configure Google/YouTube API credentials
Configure Google/YouTube API credentials
- Go to Google Cloud Console and create a project
- Enable the YouTube Data API v3
- Create OAuth 2.0 credentials
- Set the redirect URL to
{APP_URL}/accounts/youtube/callback - Add to your
.env:
The same Google credentials are used for YouTube and Google Login. Add both callback URLs to your OAuth client.

