Skip to main content
Create, list, and delete social media posts via the API.

Create post

Create a new post as a draft, schedule it for later, or publish immediately.

Request

Parameters

Platform-specific settings

Include these in posts[].settings for platform-specific features: TikTok:
YouTube:
Instagram:
LinkedIn:

Response

Returns an array with one entry per post that was created:

List posts

Retrieve posts within a date range.

Request

Query parameters

Response


Get post status

Retrieve a single post’s publication status. Because publishing is asynchronous, use this to poll a post after creating it: once 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

Delete a post by ID.

Request

Parameters

Response

Returns 200 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.

Find best time

Find the least congested time slot for posting.

Request

Response

Returns a suggested UTC datetime when your calendar is least busy.