-
Getting Started
-
Domains
- Authentication & Headers
- Get Domain Pricing
- Search Domain Availability
- List Domains
- Register Domain
- Transfer Domain
- Get Registrar Domain Info
- Change Nameservers
- Registrar Lock (Enable/Disable)
- Whois Privacy (Toggle)
- Dns Management (Get/Set)
- Get Epp/Authorization Code
- Renew Domain
- Restore Expired Domain
- Get Local Domain Details
- Register Custom Nameserver (Glue Record)
- List Contact Profiles
- Create Contact Profile
- Update Contact Profile
- Assign Contacts To Domain
-
SMM | Lab (SEO)
-
Hosted Payments
-
Crypto Payments
-
Messaging
-
WhatsApp API
-
Email API
-
IPTV
Add Order (action=add)
2. Add order – action=add
Description:
Creates a new Lab order for the specified service.
Parameters
key(required)action(required) =addservice(required, integer): Service ID fromserviceslist.link(required, string): URL/link to process.quantity(required, integer): Quantity to deliver (must be between serviceminandmax).runs(optional, integer): Number of runs (for dripfeed services).interval(optional, integer): Interval in minutes between runs (for dripfeed services).
Pricing
The API uses a 30% multiplier on the internal provider rate.
price = (service.price_per_k * 0.3 / 1000) * quantity
Example request
key=YOUR_API_KEY
action=add
service=1
link=https://example.com/page
quantity=1000
Example response (success)
{
"order": 23501
}
Example response (validation error)
{
"error": "Quantity must be between 50 and 10000"
}