REST API

Build on SocialBooster

Integrate social media growth into your own platform, panel, or workflow. Our REST API gives you full access to 21 platforms and hundreds of services.

Why Developers Choose Our API

Everything you need to build a social media growth product.

Instant Setup

Generate an API key and start making requests in under 2 minutes. No application, no approval wait.

21 Platforms

Instagram, TikTok, YouTube, Reddit, Twitter/X, Facebook, LinkedIn, Spotify, and 13 more — all through one API.

Fast Delivery

Most orders start delivering within 1-5 minutes. Track progress in real-time via the status endpoint.

99.9% Uptime

Built on redundant infrastructure with automatic failover. We take reliability seriously.

Wholesale Pricing

Access the same services at wholesale rates. Set your own margins and pricing for your customers.

Rate Limited & Safe

60 requests per minute with clear rate limit headers. Built-in fraud protection keeps your account safe.

Simple Integration

Three API calls. That's it.

List available services, place an order, check the status. Our API is designed to be dead simple so you can ship faster and focus on your product.

  • RESTful JSON API with consistent response format
  • Bearer token authentication — one header, done
  • Idempotent endpoints — safe to retry on failure
  • Clear error codes with human-readable messages
  • Full order lifecycle tracking via status endpoint
place-order.js
const res = await fetch(
  "https://socialbooster.io/api/v1/orders",
  {
    method: "POST",
    headers: {
      "Authorization": "Bearer sk_live_...",
      "Content-Type": "application/json"
    },
    body: JSON.stringify({
      service: "instagram-followers",
      link: "https://instagram.com/yourpage",
      quantity: 1000
    })
  }
);

const { order } = await res.json();
console.log(order.id, order.status);
// "clx5678..." "PENDING"

API Endpoints

Everything you need, nothing you don't.

GET
/api/v1/services

List all available services with pricing, platform, min/max quantities.

POST
/api/v1/orders

Place a new order. Provide service ID, target URL, and quantity. Cost is deducted from your balance.

GET
/api/v1/orders

List all your orders with pagination. Filter by status, sort by date.

GET
/api/v1/orders/:id

Get real-time status and delivery progress for a specific order.

GET
/api/v1/balance

Check your current account balance in cents.

What People Build

Our API powers hundreds of products and workflows.

SMM Panels

Build your own social media marketing panel and resell our services under your brand.

Automation Workflows

Connect to Zapier, Make.com, or n8n to trigger orders from any event.

SaaS Platforms

Add social growth features to your existing SaaS product as an upsell.

Agency Tools

Build internal tools for your agency to manage client growth campaigns at scale.

Get Started in 3 Steps

1

Create an account

Sign up for free. No credit card required.

2

Generate your API key

Go to API Keys in your dashboard. One click and you're ready.

3

Make your first request

Use the code example above or check the full docs in your dashboard.

Ready to integrate?

Get your API key and start building in minutes. Free to sign up, pay only for what you use.

Free to sign up · No approval needed · Full docs in dashboard