Integrate our services directly into your applications with our powerful and easy-to-use API.
Welcome to the SevoraSMM API documentation. Our API allows you to programmatically access our services, place orders, and manage your account.
All API requests require your unique API Key. You can find your API Key in your Settings page.
| Parameter | Description |
|---|---|
| key | Your API Key |
| action | The action to perform (e.g., services, add, status) |
Get a list of all available services.
[
{
"service": 1,
"name": "Instagram Followers [Real] [Instant]",
"category": "Instagram - Followers",
"rate": "1.20",
"min": 100,
"max": 10000
},
{
"service": 2,
"name": "YouTube Views [Non-Drop]",
"category": "YouTube - Views",
"rate": "2.50",
"min": 500,
"max": 100000
}
]Place a new order.
| Parameter | Description |
|---|---|
| key | Your API Key |
| action | Set to add |
| service | Service ID |
| link | Link to page/post |
| quantity | Needed quantity |
{
"order": 23501
}Get status of an order.
| Parameter | Description |
|---|---|
| key | Your API Key |
| action | Set to status |
| order | Order ID |
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}Get current user balance.
{
"balance": "100.84",
"currency": "USD"
}