- publish one post to multiple connected accounts
- schedule posts for later
- automate cross-post workflows between accounts
- manage posts and workflows programmatically from scripts, apps, and agents
Why use the PostOnce API
- One logical post can target many accounts. You send one post request and PostOnce handles the per-account fan-out.
- The API uses the same posting pipeline as the dashboard. Immediate and scheduled publishing both run through the same Trigger-backed delivery path.
- The API stays resource-focused. You work with accounts, media, posts, and workflows instead of low-level delivery records.
What you can build
- internal tooling for marketing and content teams
- agent-driven publishing workflows
- scheduled campaign publishing
- cross-post automations between connected social accounts
Base URL
Authentication
All requests use a dashboard-generated API key:Recommended workflow
- List your connected accounts.
- Upload media if you need a signed upload target.
- Create a post or workflow.
- Read the returned aggregate resource to inspect status, targets, and follow-up actions.
Quick start
Create a post that targets two connected accounts:Next steps
- Start with Authentication
- Review Response format
- Learn the shared Data structures
- Review Rate limits
- Try Create your first post
