Auto-Scheduling
Endpoint
POST /api/v1/posts/scheduleRequest Headers
Header
Required
Description
Request Body
{
"bulk": {
"state": "scheduled",
"posts": [
{
"networks": {
"facebook": {
"type": "status",
"text": "Let Publer pick the best time for this post!"
}
},
"accounts": [
{ "id": "ACCOUNT_ID" }
],
"range": {
"start_date": "2025-05-23T07:45:00Z",
"end_date": "2025-05-31T23:59:00Z"
},
"auto": true
}
]
}
}Key Parameters
Field
Type
Description
Examples
Basic Auto-Scheduling
Next Available Slot
How It Works
Use Cases
Best Practices
Common Issues
Issue
Solution
Related Topics
Last updated
Was this helpful?

