Skip to main content
GET

Path Parameters

string
required
The unique post identifier.

Response

string
Unique identifier for the post.
string
The account this post is scheduled for.
string
Platform: tiktok or instagram.
string
video or slides.
string | array
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.
string
URL of the video thumbnail. null for slideshow posts or if not yet generated.
string
Post caption.
string
ID of the sound attached to this post. null if no sound.
string
IANA timezone the scheduledTime was submitted in (e.g. America/New_York).
string
UTC ISO 8601 timestamp of when the post is scheduled to go live.
string
Current status: generated, pending_render, posted, or failed. When failed, see the error field for a description of what went wrong.
string
Human-readable description of why the post failed. Only present when status is failed. null otherwise.
string
ISO 8601 timestamp of when the post went live. null if not yet posted.
string
ISO 8601 timestamp of when the post failed. null if the post has not failed.
string
ISO 8601 timestamp of when the post was created.

Error Responses

Unauthorized
Post Not Found
Server Error