Recycling Posts
Endpoint
POST /api/v1/posts/scheduleRequest Headers
Header
Required
Description
Request Body
{
"bulk": {
"state": "scheduled",
"posts": [
{
"networks": {
"facebook": {
"type": "status",
"text": "This content will be recycled multiple times."
}
},
"accounts": [
{ "id": "66f509f7db2797026a37ba76" }
],
"recycling": {
"solo": true,
"gap": 2,
"gap_freq": "Week",
"start_date": "2025-06-01",
"expire_count": 3
}
}
]
}
}Recycling Parameters
Field
Type
Description
Examples
Basic Recycling
Recycling with Expiration Date
How It Works
Platform Limitations
Use Cases
Best Practices
Recycling vs. Recurring
Related Topics
Last updated
Was this helpful?

