Skip to Content
VoxBurst Docs

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.

Not sure where to start?

About 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

Base URL

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