TikTok Content Posting API Privacy levels: SELF_ONLY | FOLLOWER_OF_CREATOR | MUTUAL_FOLLOW_FRIENDS | PUBLIC_TO_EVERYONE
TikTok Content Posting API
Privacy levels: SELF_ONLY | FOLLOWER_OF_CREATOR | MUTUAL_FOLLOW_FRIENDS | PUBLIC_TO_EVERYONE
POST https://eranol.com/api/v1/social/tiktok/publish
{
"title": "Check this out! #fyp",
"video_url": "https://your-r2-or-cdn-url/video.mp4",
"disable_duet": false,
"privacy_level": "PUBLIC_TO_EVERYONE",
"disable_stitch": false,
"disable_comment": false,
"scheduled_publish_time": null
}
{
"publish_id": "sdfger345-34-dfhgrt-3453sdgfg-34234"
}
| Code | Meaning |
|---|---|
401 | Missing or invalid API key |
402 | Insufficient credits |
422 | Validation error — check your request body |
429 | Rate limit exceeded — slow down requests |
500 | Internal server error — try again or contact support |