Integrate VeloxPanel with your applications
https://panel.smmpage.com/api/v2.phpMethod: POST
Use your API key from the user dashboard. Pass it as key parameter in every request.
| Parameter | Description |
|---|---|
key | Your API key |
action | services | add | status | balance |
service | Service ID (for add) |
link | Target URL (for add) |
quantity | Quantity (for add) |
order | Order ID (for status) |
POST https://panel.smmpage.com/api/v2.php key=YOUR_API_KEY&action=add&service=1&link=https://instagram.com/user&quantity=1000