API Documentation

Connect your website or app directly to the Nexsms infrastructure. Our API allows you to resell our services, automate your growth, or build custom tools.

Endpoint https://nexsms.africa/mass/api.php
HTTP POST

1 Service List

Retrieve the full list of available services and their prices.

Parameters

FieldValue
keyYour API Key
actionservices

Response

[
  {
    "service": 1,
    "name": "Instagram Likes - Instant",
    "type": "Default",
    "category": "Instagram",
    "rate": "0.50",
    "min": 10,
    "max": 10000
  }
]

2 Add Order

Parameters

FieldDescription
keyYour API Key
actionadd
serviceService ID
linkPost/Profile Link
quantityAmount needed

Response

{
  "order": 23501
}

3 Order Status

Parameters

FieldValue
keyYour API Key
actionstatus
orderOrder ID

Response

{
  "status": "Completed",
  "start_count": 100,
  "remains": 0
}