API & SDKs
BulkPublish has a full REST API for posts, channels, media, schedules, labels, and analytics.
- Create an API key in the Developer section of the app.
- Official SDKs: Node (npm i bulkpublish) and Python (pip install bulkpublish).
- There's also a Homebrew CLI for quick command-line publishing.
Authenticate with your API key, then create and schedule posts programmatically — the same actions available in the
dashboard.