🚀 Navigation

API Laboratory

Experiment with the API parameters in a safe simulation environment. This section allows you to construct requests, understand the parameter logic, and visualize the expected performance output based on the report's statistics.

Request Parameters

Impacts generation time.

Get API KEY
http://127.0.0.1:5000/guest?key=saeedxdie...

Response

Click "Run Request" to generate accounts

Estimated Performance

Based on reported metrics: 2 accounts ≈ 10s

API Response Codes & Error Messages

Reference guide for all HTTP status codes and error messages returned by the API.

Success Responses (200)

HTTP 200 OK

Success: Accounts generated successfully.

  • file_name, download_link, accounts_requested, time_take

Client Errors (400)

HTTP 400

Error: "invalid limit" - Invalid limit parameter

Authentication Errors (403)

Invalid/Expired API Key

"This API is not available. Purchase a new one from the admin panel"

Limit Reached

"Account generation limit reached (X/Y). Upgrade to Premium..."

Server Errors (500)

Database Error: "Internal server error..."
Generation Failed: "generation failed..."
Dropbox Error: "Dropbox upload/link failed..."