Posts
Create Video Post
Create and schedule a video post to one or more accounts
POST
Request Body
Array of account IDs to post to (e.g.,
["acc_123", "acc_456"]).URL of the video file to post.
Post caption/description.
ID of a TikTok sound to attach to the post.Platform Support:
- TikTok: Supported
- Instagram: Not supported
- Import the audio using the Upload Sound endpoint with a TikTok video URL
- The endpoint returns a
soundId - Use that
soundIdin this field
Local time to post, in
YYYY-MM-DDTHH:MM format (e.g. "2024-04-22T14:00"). If not provided, posts immediately.Interpreted in the timezone specified by the timezone parameter.IANA timezone for interpreting
scheduledTime. Supported values:| Value | Label |
|---|---|
America/New_York | Eastern (ET) |
America/Chicago | Central (CT) |
America/Denver | Mountain (MT) |
America/Los_Angeles | Pacific (PT) |
America/Anchorage | Alaska (AKT) |
Pacific/Honolulu | Hawaii (HST) |
Europe/London | London (GMT) |
Europe/Paris | Paris (CET) |
Asia/Tokyo | Tokyo (JST) |
Asia/Singapore | Singapore (SGT) |
Australia/Sydney | Sydney (AEDT) |
Response
Array of created post objects (one per account).
Error Responses
Unauthorized
Missing Required Fields
Account Not Found
Invalid Scheduled Time
Server Error