Connect your custom script, WordPress plugin, or reseller panel directly to our high-speed API.
| HTTP Method | POST |
| API Endpoint URL | https://giantpanel.com//api/v2 |
| Response Format | JSON |
action: services)Returns the list of all available services, IDs, rates, minimum, and maximum order limits.
| Parameter | Type | Description |
|---|---|---|
key |
string | Your API Key |
action |
string | services |
action: add)Submit a new social media order directly into the automation queue.
| Parameter | Type | Description |
|---|---|---|
key |
string | Your API Key |
action |
string | add |
service |
integer | Service ID (from service list) |
link |
string | Link to the public post or profile |
quantity |
integer | Number of units to order |
action: status)Check current execution status, start count, and remaining count of an order.
| Parameter | Type | Description |
|---|---|---|
key |
string | Your API Key |
action |
string | status |
order |
integer | Order ID returned when created |
action: balance)Retrieve your current available wallet balance and currency.
| Parameter | Type | Description |
|---|---|---|
key |
string | Your API Key |
action |
string | balance |