API v2

API Documentation

Automate orders, check balances, and sync statuses using JSON responses.

POSTHTTP method
JSONResponse format
/api/v2Endpoint
API URL

Service List

keyYour API key
actionservices
[
  {
    "service": 1,
    "name": "Followers",
    "type": "Default",
    "category": "Instagram",
    "rate": "0.90",
    "min": "50",
    "max": "10000",
    "refill": true
  }
]

Add Order

keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
runsOptional drip-feed runs
intervalOptional interval in minutes
{
  "order": 23501
}

Custom Comments

commentsOne comment per line, separated by \n

Subscriptions

usernameTarget username
minMinimum quantity
maxMaximum quantity
postsNumber of posts, or unlimited where supported
delayDelay between orders

Status, Balance, Cancel

statuskey, action=status, order=ORDER_ID
balancekey, action=balance
cancelkey, action=cancel, orders=1,2,3