CoolFace
Apppublic

dhaito/cfsolver

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
App README

FlareSolverr Proxy

Proxy server dengan token authentication untuk bypass Cloudflare.

Endpoint

  • —GET / — Info
  • —GET /health — Health check (untuk UptimeRobot)
  • —POST /v1 — FlareSolverr API (butuh token)

Cara Pakai

bash
curl -X POST https://USERNAME-flaresolverr-proxy.hf.space/v1 \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer TOKEN_KAMU" \
  -d '{"cmd":"request.get","url":"https://cinemacity.cc","maxTimeout":60000}'