Create post
Request
Parameters
Platform-specific settings
Include these inposts[].settings for platform-specific features:
TikTok:
Response
Returns an array with one entry per post that was created:List posts
Request
Query parameters
Response
Get post status
state is PUBLISHED, the response carries the platform post id (releaseId) and the public permalink (releaseURL).
Request
Parameters
Response
Publishing happens in the background, so right after Create post the state is
QUEUE and releaseId is null. Poll this endpoint (or use a webhook) until state is PUBLISHED to read the releaseId.Delete post
Request
Parameters
Response
Returns200 OK on success.
Deleting a published post removes it from Postzee but does not remove it from the social media platform. To remove published content, you must delete it directly on the platform.