https://instaturk.org/api/v2
All requests must be sent as POST with parameters in the request body.
🔑 API anahtarı almak için hesap açın veya giriş yapın.
Get a list of all available services.
| Parameter | Value |
|---|---|
| key | Your API Key |
| action | services |
[{"service":1,"name":"...","type":"Default","rate":"0.50","min":100,"max":10000,"category":"...","refill":true,"cancel":false,"description":"..."}]
Place a new order. For drip-feed services, include runs and interval parameters.
| Parameter | Value |
|---|---|
| key | Your API Key |
| action | add |
| service | Service ID (from services list) |
| link | Target URL (e.g. Instagram post link) |
| quantity | Order quantity (between min and max) |
| runs | Drip-feed only: number of runs (1-100) |
| interval | Drip-feed only: interval in minutes (min 60) |
| comments | Comments list (Custom Comments type, one per line) |
| keywords | Keywords list (SEO type, one per line) |
| usernames | Usernames list (Mentions type, one per line) |
| username | Username (Comment Likes type) |
| answer_number | Answer number (Poll type) |
| groups | Group links (Invites from Groups type, one per line) |
{"order": 123}
Check the status of a single order or multiple orders (comma-separated IDs).
| Parameter | Value |
|---|---|
| key | Your API Key |
| action | status |
| order | Single order ID |
| orders | Comma-separated order IDs (e.g. 1,2,3) |
{"charge":"0.500000","start_count":"0","status":"Pending","remains":"0","currency":"USD"}
| Parameter | Value |
|---|---|
| key | Your API Key |
| action | balance |
{"balance":"100.000000","currency":"USD"}
Request a refill for a completed order (service must support refill).
| Parameter | Value |
|---|---|
| key | Your API Key |
| action | refill |
| order | Single order ID |
{"refill": 1}
Cancel one or more pending/processing orders (comma-separated IDs).
| Parameter | Value |
|---|---|
| key | Your API Key |
| action | cancel |
| orders | Comma-separated order IDs (e.g. 1,2,3) |
[{"order":1,"cancel":1},{"order":2,"cancel":{"error":"..."}}]
{"error": "Error message here"}
Rate limit: 60 requests per minute. HTTP 429 returned when exceeded.
curl -X POST https://instaturk.org/api/v2 \ -d "key=YOUR_API_KEY" \ -d "action=add" \ -d "service=1" \ -d "link=https://example.com/post" \ -d "quantity=1000"
API ile entegrasyona başlamak için hesap açın.
Hemen Kayıt Ol