Short answer: You can init video upload in TikTok by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the TikTok Init Video Upload action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Video URL (publicly accessible) video_url | string | Required | A fully qualified URL (https://...) for the video url (publicly accessible). |
Post Title title | string | Optional | – |
Privacy privacy_level | options | Optional | – |
Disable Comments disable_comment | options | Optional | – |
{"video_url": "e.g. https://example.com/path","title": "{{trigger.title}}","privacy_level": "{{trigger.privacy_level}}","disable_comment": "{{trigger.disable_comment}}"}
{"data": {"publish_id": "pub_abc"},"error": {"code": "ok","message": ""}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.