Place orders, check status and pull live service pricing straight from your own app. One REST API, every platform, full documentation below.
Submit a new order for any service by ID, link and quantity.
POST /api/v2 key=API_KEY&action=add&service=1234&link=https://instagram.com/you&quantity=1000
Check the live status, remaining count and charge for any order.
POST /api/v2 key=API_KEY&action=status&order=123456
Pull the full, always-current catalog with rates, min/max and categories.
POST /api/v2 key=API_KEY&action=services
Every API call is a single HTTPS POST to the same endpoint. Authenticate by including your personal API key as the key parameter in the request body — no headers, tokens or OAuth handshakes required. Your key is available on the API page of your dashboard once you sign up, and can be regenerated at any time if it's ever exposed.