publer_create_post
Create and schedule social media posts with text, images, videos, links, carousels, and more. Supports drafts and AI-powered auto-scheduling.
Instructions
Create and schedule a social media post. Supports text, photo, video, link, carousel, reel, story, and more. Posts are created asynchronously — returns a job_id to poll for status. Media must be pre-uploaded using upload_media or upload_media_from_url first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL for link posts | |
| text | Yes | Post caption/text content | |
| type | No | Content type | status |
| state | Yes | How to handle the post: schedule it, or save as draft | |
| media_ids | No | Array of pre-uploaded media IDs | |
| account_ids | Yes | Array of account IDs to post to | |
| scheduled_at | No | ISO 8601 datetime for scheduled posts (e.g. 2025-06-01T10:00:00+10:00) | |
| auto_schedule | No | Use AI-powered auto-scheduling | |
| auto_schedule_end | No | Auto-schedule range end date | |
| auto_schedule_start | No | Auto-schedule range start date |