Reference

API documentation

Authenticate with an X-API-Key header. Creating a key requires VIP (checks / points). Secrets are hashed and shown once.

Authentication

X-API-Key: hk_your_secret

GET /api/v1/account

Returns the key prefix, remaining checks, and VIP status.

curl https://bright-web.cc/api/v1/account -H "X-API-Key: hk_…"

{
  "ok": true,
  "key": "hk_live_a1b",
  "checks": 50,
  "vip": true
}

Telegram Mini App

Open Bright from your account in telegram it will sign in automatically. The public site still works in a normal browser.