API Docs | AI Social Booster 
0%


API Credentials
Use these details to authenticate every request
HTTP Method POST
API URL https://news.aisocialbooster.com/api/v1
Your API Key 3db4e9d642e994e65261e31d7c04951z31

This is a sample key for reference. Find your real API key on your account's API page.

Response Format JSON
01 Service List
Parameters
Parameter
Description
key
Your API key
action
services
JSON Response
[
  {
    "service": 1,
    "name": "Followers",
    "type": "Default",
    "category": "First Category",
    "rate": "0.90",
    "min": "50",
    "max": "10000",
    "refill": true
  },
  {
    "service": 2,
    "name": "Comments",
    "type": "Custom Comments",
    "category": "Second Category",
    "rate": "8",
    "min": "10",
    "max": "1500",
    "refill": false
  }
]
02 Add Order
JSON Response
{
  "order": 23501
}
03 Order Status
Parameters
Parameter
Description
key
Your API key
action
status
order
Order ID
JSON Response
{
  "charge": "0.27819",
  "start_count": "3572",
  "status": "Partial",
  "remains": "157",
  "currency": "USD"
}
04 Multiple Orders Status
Parameters
Parameter
Description
key
Your API key
action
status
orders
Order IDs separated by comma
JSON Response
{
  "1": {
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
  },
  "10": {
    "error": "Incorrect order ID"
  },
  "100": {
    "charge": "1.44219",
    "start_count": "234",
    "status": "In progress",
    "remains": "10",
    "currency": "USD"
  }
}
05 Create Refill
Parameters
Parameter
Description
key
Your API key
action
refill
order
Order ID
JSON Response
{
  "refill": "1"
}
5b Get Refill Status
Parameters
Parameter
Description
key
Your API key
action
refill_status
refill
Refill ID
JSON Response
{
  "status": "Completed"
}
06 User Balance
Parameters
Parameter
Description
key
Your API key
action
balance
JSON Response
{
  "balance": "100.84292",
  "currency": "USD"
}
View PHP Code Example
Copied!

Need help? We're online
Chat with our support team - usually replies in under 2 minutes
Start Live Chat
Install the Android App
Tap to download & manage orders on the go