Posts
Edit Post
Update a scheduled post before it goes live
PATCH
Only posts with a status of
generated or pending_render can be edited. Attempting to edit a post that has already been posted or failed will return an error.Path Parameters
The unique post identifier.
Request Body
All fields are optional. Only include the fields you want to update.Updated caption for the post.
Updated local time to post, in
YYYY-MM-DDTHH:MM format (e.g. "2024-04-22T14:00"). Interpreted in the timezone specified by the timezone parameter.IANA timezone for interpreting
scheduledTime. Required if scheduledTime is provided. 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) |
Updated content type:
video or slides. Must be provided alongside contentUrl if changing content.Updated content URL. When
contentType is video, provide a single URL string. When contentType is slides, provide an array of image URL strings.Sound ID to attach to the post. If omitted the post will have no TikTok sound attached. Only applicable for TikTok posts.
Response
Unique identifier for the post.
The account this post is scheduled for.
Platform:
tiktok or instagram.video or slides.The content to be posted. When
contentType is video, this is a single URL string. When contentType is slides, this is an array of image URL strings.URL of the video thumbnail.
null for slideshow posts or if not yet generated.Post caption.
ID of the sound attached to this post.
null if no sound.IANA timezone the
scheduledTime was submitted in.UTC ISO 8601 timestamp of when the post is scheduled to go live.
Current status:
generated or pending_render.ISO 8601 timestamp of when the post was created.
Error Responses
Unauthorized
Post Not Found
Post Already Posted
Server Error