Orders
📋
Loading orders…
Create New Order
Visits the reel and plays for 30–60 seconds. No Instagram account needed.
Instagram Accounts
⚠️ Accounts are used for Likes, Follows, Comments, and Story Views. Use burner accounts — never your main account. Session cookies are cached after first login.
👤
No accounts added yet
Proxy Manager
Free proxies are automatically fetched from public sources every 4 hours. Add your own premium proxies below, or click Fetch Free to load them now.
🌐
No proxies loaded. Click "Fetch Free" to get thousands of free proxies.
API Keys
🔑
No API keys yet — generate one above
REST API Reference
Add x-api-key: YOUR_KEY header to all requests. Base: https://instagram.digitexdns.online
GET/api/v1/orders
List all orders with delivery counts and current status
POST/api/v1/orders
Create a new order. Body: {"type":"reel_views","target":"shortcode","quantity":1000}
Types: reel_views | post_views | post_likes | story_views | followers | comments
GET/api/v1/orders/:id
Get status, delivered count, and task breakdown for a single order
POST/api/v1/orders/:id/:action
Control an order — actions: pause | resume | cancel | resend
GET/api/v1/stats
Get global bot stats — delivered, pending, running, failed, workers, accounts, proxies
Example
curl -X POST https://instagram.digitexdns.online/api/v1/orders \
-H "x-api-key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"reel_views","target":"ABC123shortcode","quantity":500}'
Bot Configuration