Skip to Content
VoxBurst Docs

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"] }'

Explore the Docs

Base URL

https://api.voxburst.io/v1
EnvironmentURL
Productionhttps://api.voxburst.io/v1
Staginghttps://api-staging.voxburst.io/v1
Last updated on