Manual Scheduling
Endpoint
POST /api/v1/posts/scheduleRequest Headers
Header
Required
Description
Request Body
{
"bulk": {
"state": "scheduled",
"posts": [
{
"networks": {
// network provider as key, e.g., facebook, twitter, etc
"facebook": {
"type": "status",
"text": "This post was scheduled through the Publer API! #ScheduledContent"
}
},
"accounts": [
{
"id": "66db83154e299efa19a2d8eb",
"scheduled_at": "2025-06-01T09:00:00Z"
}
]
}
]
}
}
Sample Request
Sample Response
Key Fields
Important Considerations
Time Formats
Best Practices
Related Topics
Last updated
Was this helpful?

