Developer API

API Documentation

Integrate our SMM services into your own applications with our powerful and easy-to-use API

Fast Integration

Get started in minutes with our well-documented API

Secure

API keys with full encryption and security

24/7 Uptime

99.9% uptime with automated failover

Real-time

Instant order processing and status updates

Get Your API Key

To use our API, you need an API key. You can generate one from your dashboard after creating an account.

Your API Key
xq_live_xxxxxxxxxxxxxxxxxxxx
PHP Example
<?php
// Initialize API
$api = new XorqaAPI('YOUR_API_KEY');

// Get balance
$balance = $api->getBalance();
echo "Balance: " . $balance;

// Create order
$order = $api->createOrder([
    'service' => '1823',
    'link' => 'https://instagram.com/yourprofile',
    'quantity' => 1000
]);

echo "Order ID: " . $order->order_id;
?>

API Endpoints

All endpoints use JSON for request and response

POST/api/v1/order

Create a new order

servicelinkquantity
GET/api/v1/balance

Get account balance

GET/api/v1/services

List all available services

GET/api/v1/order/status/:order_id

Check order status

order_id

Need Help?

Our technical support team is available 24/7 to help you with API integration. Contact us for custom solutions or technical assistance.

Contact API Support