Creating Posts
Requirements
Core Concepts
Asynchronous Workflow
Submit Request → Receive Job ID → Poll Job Status → Processing CompleteCommon Request Structure
Endpoints
Publishing Methods
Content Types
Network Providers
Job Status
Common Patterns
Network-Specific Content
Media References
Authorizations
AuthorizationstringRequired
API key authentication. Format: "Bearer-API YOUR_API_KEY"
Header parameters
Publer-Workspace-IdstringRequired
ID of the workspace to schedule posts in
Body
Responses
200
Posts scheduled successfully
application/json
400
Invalid scheduling parameters
application/json
401
Unauthorized
application/json
403
Permission denied or missing required scope
application/json
post
/posts/scheduleAuthorizations
AuthorizationstringRequired
API key authentication. Format: "Bearer-API YOUR_API_KEY"
Header parameters
Publer-Workspace-IdstringRequired
ID of the workspace to create post in
Body
Responses
200
Post creation job initiated
application/json
400
Invalid post data
application/json
401
Unauthorized
application/json
403
Permission denied or missing required scope
application/json
post
/posts/schedule/publishAuthorizations
AuthorizationstringRequired
API key authentication. Format: "Bearer-API YOUR_API_KEY"
Path parameters
job_idstringRequired
ID of the job to check
Header parameters
Publer-Workspace-IdstringRequired
ID of the workspace to retrieve posts from
Responses
200
Job status retrieved successfully
application/json
401
Unauthorized
application/json
403
Permission denied or missing required scope
application/json
get
/job_status/{job_id}Next Steps
Last updated
Was this helpful?

