API Documentation

Integrate our high-performance SMM engine directly into your applications.

Overview

MeekyBoost provides a standard API for automated order processing, checking status, and retrieving service lists. Our API is compatible with all standard SMM panels.

POSThttps://panel.meekyboost.com/api/v2

Place Order

Add a new order to the system.

Parameter
key
Description
Your API Key
action
Method name (value: add)
service
Service ID
link
Link to page/post
quantity
Needed quantity
{
    "key": "YOUR_API_KEY",
    "action": "add",
    "service": 1,
    "link": "https://example.com/post",
    "quantity": 1000
}