Create Post
Schedule, publish immediately, or save a draft post to one or more social media channels.
Platform-specific settings are available for Instagram (post type, collaborators), LinkedIn (carousel), YouTube (title, visibility, thumbnail, tags), TikTok (privacy, duets, stitches, comments, brand content), and other platforms.
Delete Post
Delete a scheduled or published post by ID.Generate Image
Generate an AI image asynchronously. Returns a job ID for polling.
Returns:
{ jobId, status: "processing" }
Use the Job Status operation to poll until the image is ready.
Generate Video
Generate an AI video asynchronously. Returns a job ID for polling.
Returns:
{ jobId, status: "processing" }
Generate Avatar Video
Create a HeyGen avatar video with a script.Get Channels
List all connected social media channels with their IDs, names, and platforms. Parameters: None Returns: Array of channels, each withid, name, platform, picture, disabled.
Get Posts
Retrieve scheduled and published posts filtered by date range.Job Status
Check the progress of an async image or video generation job.
Returns:
Upload File
Upload an image or video file to the Postzee media library.
Returns:
{ mediaId } — use this ID in Create Post to attach the media.
Example Workflows
Ready-to-use workflow templates.
Setup Guide
Install and configure the Postzee node.