Worker System Dashboard

API Endpoints

API Documentation

POST /api/generate_key

Generate API key by Discord ID

{"discord_id": "123456789012345678"}

POST /api/validate_key

Validate API key

{"api_key": "your_key"}

POST /api/submit_account

Submit created account

{"api_key": "key", "email": "email@example.com", "password": "pass"}

POST /api/get_balance

Get user balance

{"api_key": "key"}

GET /api/download_accounts?api_key=XXX&discord_id=XXX

Download accounts (optional discord_id filter)

POST /api/get_my_accounts

Get user's accounts

{"api_key": "key"}

POST /api/delete_my_accounts

Delete all accounts for user

{"api_key": "key"}

POST /api/stats

Get user statistics

{"api_key": "key"}