Developer Portal
Enter your API key to activate your portal dashboard and review logs.
Developer Dashboard
Telemetry metrics, billing quotas, and key administration
Subscription & Balance
API Key Configuration
Your credentials. Use reveal to visually inspect your key for 15 seconds. Copy buttons write the raw key directly to your clipboard.
⚠️ KEY SAFETY NOTE: API keys are shown only once upon generation/rotation. Rotation invalidates the old key immediately across all active instances. Store your keys securely in your environment files (e.g. .env) and never expose them in client-side code.
Recent API Activity (Last 20 Requests)
| Timestamp | Endpoint | Method | Status | Credits | Latency |
|---|---|---|---|---|---|
| No activity recorded yet. | |||||
Top-up Transaction History
| Submitted At | UTR / Reference | Amount | Credits | Status | Operator Notes |
|---|---|---|---|---|---|
| No top-up history recorded yet. | |||||
Developer Guides & SDK Integration
Follow these conventions and code patterns to integrate DesignSkill Agent directly into your autonomous workflows.
// Node.js SDK request example will go here
Credit Semantics
- 1 Credit is deducted at the start of `/api/v1/scrape` and `/api/v1/enrich` executions.
- 0 Credits are consumed if requests are rejected by global rate limiters, auth errors (401/403), or 503 capacity overflow.
- Failed Requests (e.g. invalid target hostname or network timeout) still consume 1 credit as per pre-deduction rules.
Retries & Idempotency
For robust integrations, clients should implement Exponential Backoff with Jitter when receiving rate-limit (`429`) or server overloaded (`503`) codes. Avoid immediate retries on `402 Payment Required` or `400 Bad Request` states. Key rotation transactions automatically invalidate prior cache entries.
Buy Credits / Top-up Balance
Step 1: Transfer Funds
Transfer to UPI / GPay. Mention your Key ID in the transfer note.
Step 2: Submit Reference
Enter the details of your transfer below to queue it for operator approval.
Integration cURL
Test your API key credentials instantly from your terminal:
Error Analysis (Last 7 Days)
Grouping of execution failures by HTTP response codes:
| Status Code | Failures |
|---|---|
| No errors recorded in 7d. | |
Help & Telemetry Guide
Metric Guide:
• Credits: Deducted atomically at request start. 1 credit for scrape or enrich. 0 credits if blocked by rate limiters (429) or auth errors (401).
• Latency: Headless browser load times. Cold boot container launches might take up to 4-6 seconds.
• Status Code: 200 OK means success. 402 means balance is empty. 503 means scraping queue is full.
• Need Help? Send payment UTR details or issues to support email: chowkar.tester@gmail.com.
🎉 Key Rotated!
⚠️ IMPORTANT: Copy your new API key now. It will not be shown again for security reasons.