Run TikTok video and photo publishing through one SocialClaw workspace.
SocialClaw keeps TikTok connection, hosted media delivery, settings validation, and publish execution under the same workspace used by your dashboard, API, CLI, and agent workflows.
What this integration supports
The main details for this connection.
Connection, media, and delivery
How accounts connect, what media works, and how publishing behaves.
Settings and discovery
Useful settings and discovery notes for this provider.
Current settings surface
- privacyLevel
- duetEnabled
- commentEnabled
- stitchEnabled
- autoAddMusic
- photoCoverIndex
Discovery notes
- Use capabilities before building a TikTok schedule so the workflow can confirm that video or photo posting is publishable for the connected account.
CLI and HTTP examples
Example commands and requests for this integration.
socialclaw login
socialclaw accounts connect --provider tiktok --open
socialclaw accounts capabilities --provider tiktok --json
socialclaw validate -f schedule.json --json
curl -sS \
-X POST \
-H "Authorization: Bearer $SC_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tiktok"}' \
"https://getsocialclaw.com/v1/connections/start"
curl -sS \
-H "Authorization: Bearer $SC_API_KEY" \
"https://getsocialclaw.com/v1/accounts"
Current limitations
A few practical limits to keep in mind.
- TikTok posts require one public video URL or one to 35 public image URLs.
- Photo posts can enable TikTok-recommended music with autoAddMusic, but the API does not expose choosing a specific song or sound.
- Non-post interaction steps are not implemented.
Related routes
Related use cases and workflows.
Frequently asked questions
How does SocialClaw connect TikTok?
Connect the TikTok account through the SocialClaw OAuth flow, then keep the target available for future schedules through the same workspace API key. The connection is stored in the workspace so scripts, agents, and the dashboard reuse the same account state.
What can I publish to TikTok with SocialClaw?
SocialClaw supports TikTok video posts and TikTok photo gallery posts through the explicit TikTok provider. TikTok accepts either one video or one to 35 images per post. Mixed image/video posts are not supported. TikTok pulls public video or image URLs, including SocialClaw-hosted delivery URLs.
What should I check before scheduling TikTok posts?
Inspect publish settings such as privacyLevel, duetEnabled, commentEnabled, stitchEnabled, autoAddMusic, photoCoverIndex. TikTok posts require one public video URL or one to 35 public image URLs.
Connect the account once, validate before apply, and keep post plus run inspection in the same workspace used by the dashboard, API, and CLI.