API Documentation

v2.0

Integrate SocialVelo into your panel, app, or workflow.

Quick Start

1
Get API Key

Log in to your SocialVelo dashboard and generate an API key from the Settings page.

2
Make First Request

Use your API key to send a POST request to our orders endpoint. See the example below.

3
Handle Response

Parse the JSON response to get the order ID, status, and remaining balance.

Example Request

POST https://socialvelo.com/api/v2/order

{
  "key": "YOUR_API_KEY",
  "action": "add",
  "service": 1,
  "link": "https://instagram.com/p/example",
  "quantity": 1000
}

Response

{
  "order": 23456,
  "status": "success",
  "balance": "85.43",
  "currency": "USD"
}

Available Endpoints

POST
Add Order
/api/v2/order

Create a new order for any service with link and quantity.

GET
Order Status
/api/v2/status

Check the current status, remains, and start count of an order.

POST
Multi Order
/api/v2/orders

Submit multiple orders in a single request for bulk processing.

POST
Refill Order
/api/v2/refill

Request a free refill for eligible completed orders.

GET
Balance
/api/v2/balance

Retrieve your current account balance and currency.

GET
Services List
/api/v2/services

Fetch the full catalog of available services with pricing.

SDKs & Libraries

Get started quickly with official client libraries for popular languages.

PHPPythonNode.jscURL

Ready to integrate?

Sign in to your dashboard and generate your API key to get started.