Privacy Settings
Control video visibility with multiple privacy options
Publish videos to TikTok with privacy controls, music settings, and engagement options. Handle AI-generated content flags and brand partnerships.
One API call handles TikTok-specific features like privacy settings, music, and engagement controls.
Control video visibility with multiple privacy options
Enable automatic music addition to your videos
Mark content as AI-generated for transparency
Manage comments, duets, and stitches settings
curl -X POST "https://api.postproxy.dev/api/posts" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "post": { "body": "Quick tip: Building APIs just got easier! 🚀" }, "profiles": ["tiktok"], "media": ["https://example.com/video.mp4"], "platforms": { "tiktok": { "privacy_status": "PUBLIC_TO_EVERYONE", "auto_add_music": true, "disable_comment": false, "disable_duet": false, "disable_stitch": false, "made_with_ai": false } } }'| Format | Description |
|---|---|
post | Feed post (default) |
| Parameter | Type | Required | Description |
|---|---|---|---|
privacy_status | string | No | Privacy setting for the video (PUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS, FOLLOWER_OF_CREATOR, SELF_ONLY) |
photo_cover_index | integer | No | Index (0-based) of photo to use as cover |
auto_add_music | boolean | No | Enable automatic music |
made_with_ai | boolean | No | Mark content as AI-generated |
disable_comment | boolean | No | Disable comments on the post |
disable_duet | boolean | No | Disable duets |
disable_stitch | boolean | No | Disable stitches |
brand_content_toggle | boolean | No | Mark video as paid partnership promoting a third-party business |
brand_organic_toggle | boolean | No | Mark video as paid partnership promoting your own brand |
| Media Type | Max Size | Formats | Max Count | Duration |
|---|---|---|---|---|
| Image | 20 MB | jpg, gif | 35 | - |
| Video | 4 GB | mp4, mov, av, webm | 1 | 3s - 10min |
View full documentation for all platform-specific features for TikTok
No need to handle TikTok's OAuth flows, video uploads, or API rate limits. Postproxy handles it all.
TikTok rate limits are managed automatically with intelligent retry logic.
Publish videos with full control over privacy and engagement settings.
Automatic retries and clear status reporting ensure your videos reach TikTok.
Common questions about TikTok integration
Start with our free plan and scale as your needs grow. No credit card required.