Balance, service sync, order creation and post-order actions from one endpoint.
Use the client API if you resell followers, likes, views and other SMM services from your own tools, website or bulk workflow.
Three things resellers usually need first
Stronger panel APIs do not need a long guide to get started. They need a clean endpoint, a valid key and a short path into orders, status and refill actions.
One key, one endpoint and the same action model across balance, services, add, status, cancel and refill.
Resellers can automate against the same service IDs and rules the main order flow uses inside the panel.
That makes repeat ordering and post-order handling much easier than juggling separate flows.
Quick start
curl -X POST https://zemiax.shop/api/v2 \ -d "key=YOUR_KEY" \ -d "action=services"
key=YOUR_KEY&action=add&service=123&link=https://example.com/post&quantity=1000
Your client key
Sign in to view your personal API key and start sending authenticated requests.
Main operations
The API mirrors the same service, order and refill flows the store uses, so resellers can automate without losing the main order logic.
| Action | Example |
|---|---|
| Balance | key=...&action=balance |
| Services | key=...&action=services |
| Add | key=...&action=add&service=123&link=https://...&quantity=100 |
| Status | key=...&action=status&order=999 |
| Multi status | key=...&action=status&orders=999,1000 |
| Cancel | key=...&action=cancel&order=999 |
| Multi cancel | key=...&action=cancel&orders=999,1000 |
| Refill | key=...&action=refill&order=999 |
| Multi refill | key=...&action=refill&orders=999,1000 |
| Refill status | key=...&action=refill_status&refill=123 |
| Multi refill status | key=...&action=refill_status&refills=123,124 |
| SEO order | key=...&action=add&service=123&link=https://...&quantity=1000&keywords=keyword1%0Akeyword2 |
| Comment replies | key=...&action=add&service=123&link=https://...&username=example&comments=reply1%0Areply2 |
API is only one part of reseller growth
The stronger public panels make API visible, but they also connect it to batch orders, referrals and child panels instead of treating docs as an isolated page.
Once the API is live, the next step is usually repeat batch volume instead of manual single-order work.
Referral links and repeat clients matter as much as raw API access if the goal is actual reseller growth.
That is usually where a simple buyer account becomes longer-term recurring revenue.