Posts
Create, schedule, update, and delete posts
📄️ List posts
Returns scheduled, published, or draft posts. Supports filtering by status and platform, with pagination.
📄️ Create post
Create and schedule a social media post. Specify content, target accounts, and optionally a schedule time. If no `scheduled_at` is provided, the post is published immediately.
📄️ Get post
Returns detailed information about a specific post, including content, media, schedule, and per-platform destination statuses.
📄️ Update post
Update a scheduled or draft post. You can change content, schedule, target accounts, or media. Published posts cannot be modified.
📄️ Delete post
Permanently delete a scheduled or draft post. Published posts cannot be deleted. This action cannot be undone.
📄️ Get post results
Returns per-platform publishing results for a post, including published URLs, error messages, attempt counts, and retry schedules.
📄️ Retry failed post
Retry all failed platform destinations for a post. Resets failed destinations to queued status for re-publishing. Use after resolving temporary issues like rate limits or expired tokens.
📄️ Bulk schedule posts
Schedule multiple posts at once from a CSV-like structure. Upload up to 100 posts in a single request.