TikTok for Developers · Arazzo Workflow
TikTok Direct Post a Video from a URL
Version 1.0.0
Check creator settings, initiate a PULL_FROM_URL direct post, then poll publish status until it completes.
Provider
Workflows
direct-post-video
Direct post a video from a URL and poll until publishing completes.
Reads the creator's posting settings, initiates a PULL_FROM_URL direct post, and polls the publish status until it reaches PUBLISH_COMPLETE or FAILED.
1
getCreatorInfo
queryCreatorInfo
Query the creator's content posting settings to confirm the requested privacy level and interaction settings are permitted.
2
initDirectPost
initVideoPublish
Initiate a direct post that pulls the video from the supplied URL and applies the caption and privacy/interaction settings.
3
pollStatus
getPublishStatus
Poll the publish status using the publish_id. Repeats while the job is still processing and branches on the terminal states.