Immediate Publishing
Publish content to social networks instantly using the Publer API. This method skips scheduling and sends posts for immediate delivery.
Endpoint
Request Headers
Authorization
Yes
Bearer-API YOUR_API_KEY
Publer-Workspace-Id
Yes
Workspace ID
Content-Type
Yes
application/json
Accept
No
application/json
(default)
Request Body
Use the standard bulk structure. Omit scheduled_at
under accounts
:
Key Fields
state
: must be"scheduled"
for immediate publishingnetworks
: per-network content configuration (facebook
,twitter
,linkedin
, etc.)accounts
: list of target account IDs (noscheduled_at
timestamp)
Sample Request
Sample Response
Status: 200 OK
Use the returned job_id
to poll /api/v1/job_status/{job_id}
until status: "completed"
.
Important Considerations
Delivery Timing
Posts are sent as soon as Publer processes the request.
Network-side processing may introduce slight delays.
Job remains in
working
state until all targets confirm receipt.
Platform Requirements
All network-specific content rules still apply (e.g., character limits, media formats).
Some networks may perform additional reviews before public display.
Ensure the connected accounts have immediate-posting permissions.
Common Issues
Issue
Solution
Rate limiting
Space out immediate publishing requests to avoid triggering platform limits
Authentication errors
Check that social accounts are properly connected and authorized
Content rejection
Review platform guidelines for content that might be flagged
Processing delays
For media posts, allow extra time for media processing
Related Topics
Content Types - Details on different content formats
Media Handling - Information about uploading and managing media
Network Reference - Platform-specific capabilities and limitations
Last updated
Was this helpful?