Skip to main content
POST

Request Body

array
required
Array of account IDs to post to (e.g., ["acc_123", "acc_456"]).
string
required
URL of the video file to post.
string
Post caption/description.
string
ID of a TikTok sound to attach to the post.Platform Support:
  • TikTok: Supported
  • Instagram: Not supported
Usage:
  1. Import the audio using the Upload Sound endpoint with a TikTok video URL
  2. The endpoint returns a soundId
  3. Use that soundId in this field
Example workflow:
boolean
default:"false"
When true, adds an AI-generated content label to the post.
string
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.
string
default:"America/New_York"
IANA timezone for interpreting scheduledTime. Supported values:

Response

array
Array of created post objects (one per account).

Error Responses

Unauthorized
Missing Required Fields
Account Not Found
Invalid Scheduled Time
Server Error