Scheduling
Schedule Post
Schedule a post for a specific date, time, and timezone.
Endpoint
Uses the same create post endpoint with scheduledFor instead of publishNow.
Request Body
Include scheduledFor (ISO 8601 datetime) and optionally timezone (IANA timezone string). Omit publishNow or set it to false.
| Field | Type | Required | Description |
|---|---|---|---|
content | string | Yes | The text body of your post |
platforms | array | Yes | Platform targets (see Create Post) |
scheduledFor | string | Yes | ISO 8601 datetime to publish |
timezone | string | No | IANA timezone (default: "UTC") |
mediaItems | array | No | Media attachments |
Example
Response
The scheduledFor in the response shows the UTC time the post will be published.
Timezone Support
Pass any IANA timezone string:
America/New_YorkEurope/LondonAsia/JerusalemAsia/TokyoUTC(default)
If no timezone is provided, scheduledFor is treated as UTC.
Credits
Credits are checked at scheduling time and again at publish time. If you run out of credits between scheduling and the scheduled time, the post will fail with an insufficient credits error.