API ডকুমেন্টেশন (v2)

আমাদের API ব্যবহার করে আপনি সরাসরি আপনার স্মার্ট প্যানেল বা ওয়েবসাইট থেকে আমাদের সার্ভিসগুলো বিক্রি করতে পারবেন।

আপনার API Key জেনারেট করুন

End Point (API URL)

POST https://www.bdjobsite.com/api/v2.php

১. ব্যালেন্স চেক (Balance)

প্যারামিটার বিবরণ
key আপনার সিক্রেট API Key
action balance

Response (উত্তর):

{
    "balance": "100.00",
    "currency": "USD"
}

২. সার্ভিস লিস্ট (Services)

প্যারামিটার বিবরণ
key আপনার সিক্রেট API Key
action services

Response (উত্তর):

[
    {
        "service": 1,
        "name": "YouTube Subscribers [Non-Drop]",
        "type": "Default",
        "category": "YouTube",
        "rate": "1.50",
        "min": 100,
        "max": 5000
    }
]

৩. নতুন অর্ডার (Add Order)

প্যারামিটার বিবরণ
key আপনার সিক্রেট API Key
action add
service সার্ভিস ID
link কাজের লিংক (যেমন: YouTube Link)
quantity পরিমাণ (যেমন: 1000)

Response (উত্তর):

{
    "order": 23501
}

৪. অর্ডার স্ট্যাটাস (Order Status)

প্যারামিটার বিবরণ
key আপনার সিক্রেট API Key
action status
order আপনার অর্ডার ID

Response (উত্তর):

{
    "charge": "1.50",
    "start_count": "150",
    "status": "In progress",
    "remains": "850",
    "currency": "USD"
}
Select Design

Select Design