Private Beta • Invite Only

The control plane
for social growth operators

APIs, automation, and operational visibility for businesses building social growth platforms. One integration, consistent responses, full control.

place-order.ts
// Place an order with one API call const order = await clout.orders.create({ service: 'ig_followers_hq', target: '@username', quantity: 1000 }); console.log(order.id); // "ord_7x9K2mN4pQ8r" console.log(order.status); // "processing" console.log(order.eta); // "2024-01-12T15:30:00Z"
2.4M
API Calls / Day
99.9%
Uptime SLA
<50ms
Avg Response
10K+
Orders / Day

Built for operators

Everything you need to run a social growth business. Programmatic access, operational visibility, no manual work.

Supplier Abstraction

One interface to multiple fulfillment sources. Smart routing based on health, performance, and availability.

Standardized Responses

Consistent JSON responses regardless of upstream supplier. No more parsing different formats and error codes.

Smart Retries

Configurable retry logic with exponential backoff. Alternate routing when providers experience issues.

Signed Webhooks

Real-time order updates with HMAC signatures. Verify authenticity and replay protection built-in.

Analytics

Track order volume, success rates, and spend. Provider health monitoring and performance insights.

Test Mode

Develop and test without spending real money. Sandbox environment mirrors production exactly.

Simple, RESTful endpoints

Clean, predictable API design. If you've used Stripe, you'll feel right at home.

POST /v1/orders Create order
GET /v1/orders/:id Get order
GET /v1/orders List orders
POST /v1/orders/:id/cancel Cancel order
GET /v1/services List services
GET /v1/balance Get balance
Response 200 OK
{ "id": "ord_7x9K2mN4pQ8r", "object": "order", "status": "processing", "service": "ig_followers_hq", "target": "@username", "quantity": 1000, "start_count": 15420, "delivered": 0, "cost": 4.99, "currency": "usd", "created": 1705071600 }

Your language, your way

Official SDKs for popular languages. Get started in minutes, not hours.

🟨
JavaScript
npm i @clout/sdk
🐍
Python
pip install clout
🐘
PHP
composer require clout/sdk
💎
Ruby
gem install clout

Start building today

Apply for access and join our private beta.

Request Access →