Brux Solver

Private hCaptcha solving infrastructure with key-based access

Manage API keys, recharge balances, and send solve requests through a clean private API. Brux supports static or generated fingerprints, per-key pricing, admin balance controls, and request docs built directly into the panel.

Private API

Every protected route uses your Brux API key. Solver requests are balance-aware and failed solves are refunded automatically.

Header format: X-API-Key: YOUR_FULL_API_KEY

Billing Control

Recharge with NOWPayments, use the global price from `.env`, or set a custom per-key price from the admin dashboard.

Pricing and balances are managed inside the Brux panel.

Operational Tools

Use the dashboard for account and key management, the admin panel for direct balance credits, and the docs page for request examples.

Everything lives under one UI with shared dark mode support.

Quick Links

Example Endpoint

POST /solve
X-API-Key: YOUR_FULL_API_KEY
{
  "proxy": "user:pass@ip:port",
  "website_host": "recovery.riotgames.com",
  "sitekey": "db18a187-7b77-4dac-a6cb-6dd5215973cf",
  "rqdata_required": false,
  "href": "https://recovery.riotgames.com/en/forgot-username",
  "sfp": true
}