VoxBurst Docs
The unified API for social media scheduling and publishing.
Whether you’re a developer wiring up an integration or someone who just wants to schedule content without the headache — pick how you want to use VoxBurst and we’ll point you in the right direction.
You’re in the right place — let’s get you posting.
Schedule and publish from the VoxBurst dashboard — no code required.
Use the web appConnect Claude, Cursor, or Windsurf to VoxBurst via MCP and let your agent handle publishing.
Use an AI agentPost and schedule content directly from your terminal.
Use the CLIBuild integrations against the full HTTP API — endpoints, schemas, errors, and auth.
Use the REST APIOfficial typed SDK with full autocomplete and typed responses for JS/TS projects.
Use the TypeScript SDKEvery social network VoxBurst can post to — live now and coming soon.
See supported platformsNot sure where to start?
Set up your first connection, make your first post, and get a feel for how VoxBurst works.
I'm just getting startedConnect Claude, Cursor, or Windsurf to VoxBurst and let your agent handle publishing.
I'm using an AI agentFull REST API reference — endpoints, schemas, errors, and auth.
I'm building an integrationOfficial typed SDK with full autocomplete, typed responses, and examples.
I'm a TypeScript developerAbout these docs
- Use ⌘K or Ctrl+K to search anything fast.
- Spot an error? “Edit this page on GitHub” is at the bottom of every page.
- Have a question? Use “Give us feedback” on any page, or contact us for account or billing help.
- New here? Pick a path above. Already shipping? Go straight to the API reference.
Quick start
For developers — skip this if you’re using the dashboard, CLI, or MCP server.
curl https://api.voxburst.io/v1/posts \
-H "Authorization: Bearer vb_live_your_key" \
-H "Content-Type: application/json" \
-d '{
"content": "Hello from VoxBurst! 🚀",
"accountIds": ["acc_123", "acc_456"]
}'Key references
Full endpoint documentation for all resources
API ReferenceCharacter limits, media caps, and content types per platform
Platform limitsReal-time publishing events and webhook event catalog
WebhooksMachine-readable contract — YAML and JSON available
OpenAPI specBase URL
https://api.voxburst.io/v1| Environment | URL |
|---|---|
| Production | https://api.voxburst.io/v1 |