Polls
Key Features
Supported Platforms & Limits
Network
Question Field
Options
Duration
Editable
Notes
Request Structure
POST /api/v1/posts/schedule
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"bulk": {
"state": "scheduled",
"posts": [{
"networks": {
"twitter": {
"type": "poll",
"text": "What’s your favorite season?",
"options": ["Spring", "Summer", "Autumn", "Winter"],
"duration": 7
},
"linkedin": {
"type": "poll",
"question": "What’s your favorite season?",
"text": "Vote now!",
"options": ["Spring", "Summer", "Autumn", "Winter"],
"duration": 7
},
"mastodon": {
"type": "poll",
"text": "What’s your favorite season?",
"options": ["Spring", "Summer", "Autumn", "Winter"],
"duration": 7
}
},
"accounts": [
{ "id": "TW_ACCOUNT_ID", "scheduled_at": "2025-06-10T09:00:00Z" },
{ "id": "LI_ACCOUNT_ID", "scheduled_at": "2025-06-10T09:00:00Z" },
{ "id": "MA_ACCOUNT_ID", "scheduled_at": "2025-06-10T09:00:00Z" }
]
}]
}
}Parameters
Field
Type
Description
Platform-Specific Notes
Twitter/X
LinkedIn
Mastodon
Best Practices
Related Topics
Last updated
Was this helpful?

