API Documentation

Integrate VeloxPanel with your applications

API Endpoint
https://panel.smmpage.com/api/v2.php

Method: POST

Authentication

Use your API key from the user dashboard. Pass it as key parameter in every request.


Parameters
ParameterDescription
keyYour API key
actionservices | add | status | balance
serviceService ID (for add)
linkTarget URL (for add)
quantityQuantity (for add)
orderOrder ID (for status)
Example: Place Order
POST https://panel.smmpage.com/api/v2.php
key=YOUR_API_KEY&action=add&service=1&link=https://instagram.com/user&quantity=1000