Skip to main content
GET

Query Parameters

string
Filter by post status: generated, pending_render, posted, or failed.
string
Filter by platform: tiktok or instagram.
string
Filter by content type: video or slides.
string
Filter by a specific account ID.
number
default:"50"
Number of posts to return (max 100).
string
Cursor for pagination. Pass the nextCursor value from the previous response to get the next page. Omit for the first page.

Response

array
Array of post objects.
boolean
Whether there are more posts beyond this page.
string
Cursor to pass as the cursor query parameter to retrieve the next page. null when there are no more pages.

Error Responses

Unauthorized
Invalid Parameter
Invalid Cursor
Server Error