Schedule a post by passing theDocumentation Index
Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt
Use this file to discover all available pages before exploring further.
scheduled_at field to POST /v1/posts. SocialAPI holds the post and publishes it at the scheduled time. Multi-platform fan-out works the same way as immediate publishing: one post object, multiple targets, one scheduled time applied to all of them.
How scheduling works
Setscheduled_at to an ISO 8601 timestamp in the future. SocialAPI validates the request immediately and queues it for delivery at the specified time.
scheduled_at (or set it to null) to publish immediately.
Managing scheduled posts
List scheduled posts
Filter by status to see all upcoming posts:Reschedule a post
Update the scheduled time withPATCH:
Cancel a scheduled post
Delete it before it publishes:scheduled or draft status can be cancelled. Once a post enters publishing, it cannot be stopped.
Status lifecycle
Every post moves through this state machine:| Status | Meaning |
|---|---|
draft | Created but not yet scheduled or published |
scheduled | Queued for future delivery at scheduled_at |
publishing | SocialAPI is actively sending the post to platforms |
published | All targets delivered successfully |
partial | Some targets succeeded, some failed (check per-target status) |
failed | All targets failed |
cancelled by deleting it while it is in draft or scheduled status.
Platform scheduling support
Not all platforms support deferred publishing through their APIs. For platforms that do not support scheduling natively, SocialAPI holds the post server-side and publishes it at the scheduled time.| Platform | Native scheduling | Media types | Notes |
|---|---|---|---|
| Yes | Image, Video (Reel), Carousel (2-10) | Min 10 min in future, max 75 days | |
| Yes | Image, Video | Min 10 min in future | |
| Threads | Yes | Image, Video, Carousel | Min 10 min in future |
| Yes | Image, Video, Carousel | Min 10 min in future | |
| No (server-side) | Image | SocialAPI holds and publishes at scheduled time | |
| TikTok | No (server-side) | Video, Photo carousel (2-35) | SocialAPI holds and publishes at scheduled time |
| YouTube | Coming soon | Video | Not yet available |
| X / Twitter | Coming soon | - | Not yet available |
Related
- Posts overview for the full publishing capability matrix
- Platform support for per-platform feature coverage
- API Reference for the complete
POST /v1/postsschema