VoxBurst Docs
The unified API for social media scheduling and publishing.
Post to Twitter/X, LinkedIn, Bluesky, Instagram, Facebook, and more — from a single API call. VoxBurst handles platform quirks, rate limits, and authentication so you don’t have to.
Quick Start
curl https://api.voxburst.io/v1/posts \
-H "Authorization: Bearer sk_live_your_key" \
-H "Content-Type: application/json" \
-d '{
"content": "Hello from VoxBurst! 🚀",
"platforms": ["TWITTER", "LINKEDIN"],
"accountIds": ["acc_123", "acc_456"]
}'What You Can Build
Schedule a week of posts across 6 platforms in one API call. Set it and forget it — VoxBurst handles the queue, rate limits, and optimal timing.
📅 Cross-Platform SchedulingGet notified the moment a post fails with webhook events. Build reactive workflows that respond to publishing events instantly.
🔔 Real-Time NotificationsBulk-import a content calendar via the Batch API. Migrate from spreadsheets or legacy tools in minutes, not days.
📊 Bulk Content ImportGenerate platform-optimized content with AI personas. One topic, multiple variations, each tuned for the target platform.
🤖 AI-Powered ContentExplore the Docs
First API calls, SDK setup, and example code
Getting StartedAPI keys, scopes, and security best practices
AuthenticationFull endpoint documentation for all resources
API ReferenceOfficial TypeScript and Go client libraries
SDKsPost to social media directly from your terminal
CLISupported platforms and their capabilities
PlatformsBase URL
https://api.voxburst.io/v1| Environment | URL |
|---|---|
| Production | https://api.voxburst.io/v1 |
| Staging | https://api-staging.voxburst.io/v1 |