Build on the
SocialsBoost API
Schedule posts, fetch analytics, and listen to engagement events from your own apps and automations — powered by the same engine behind the SocialsBoost dashboard. It's launching soon.
import { SocialsBoost } from '@socialsboost/sdk'
const sb = new SocialsBoost({ apiKey: process.env.SB_KEY })
// Schedule a post across multiple platforms
await sb.posts.create({
caption: 'Shipping our new AI Caption Studio today 🚀',
platforms: ['instagram', 'linkedin', 'x'],
scheduledAt: '2026-06-12T15:00:00Z',
media: ['https://cdn.example.com/launch.png'],
})A preview of what's coming — one call, every connected platform.
What's coming
Everything you need to build
RESTful endpoints
Manage posts, schedules, analytics, and connected accounts with a clean, predictable REST surface.
Webhooks
Subscribe to publish, engagement, and account events delivered to your app in real time.
OAuth 2.0
Industry-standard auth with scoped tokens, refresh rotation, and PKCE for native and SPA clients.
Official SDKs
First-class libraries for Node.js, Python, and Go — plus plain HTTP for everything else.
Be the first to build on it
We're putting the finishing touches on the public API. Tell us what you want to build and we'll give you early access the moment it's ready.
Request early access