SMM Perfekt
ServicesGuidesResellerAPIAboutBlogSign in Sign up free

Add order

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

Order status

Check the live status, remaining count and charge for any order.

POST /api/v2
key=API_KEY&action=status&order=123456

Services list

Pull the full, always-current catalog with rates, min/max and categories.

POST /api/v2
key=API_KEY&action=services
Authentication

One key, every request.

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.

API FAQ

Quick answers.

Yes — API access is included on every account at no extra cost. You only pay standard per-service rates for orders you place.
All responses are returned as JSON, including error responses, so you can integrate with any language or framework.
Standard accounts are limited to a generous per-minute request cap; reseller and agency plans get higher limits on request.

Ready to integrate?

Create a free account to get your API key and start automating orders in minutes.

Get your API key