{
  "status": true,
  "name": "Chioriya Bypass",
  "version": "9.0.5",
  "engine": "puppeteer-core + @sparticuz/chromium (v2/turnstile/hcaptcha/cloudflare) / axios (v3) / Gemini+Qwen vision (v2/hcaptcha)",
  "endpoints": [
    "/api/bypass",
    "/api/bypass/solve",
    "/api/bypass/health"
  ],
  "apikey_required": true,
  "vision_provider": {
    "primary": "gemini-2.5-flash (hardcoded API key, 1500 req/day)",
    "fallback": "qwen3.6-plus (guest mode, unlimited tapi cepat rate-limit di shared IP)",
    "auto_fallback": true,
    "note": "User tidak perlu kirim credentials vision apa-apa. Gemini API key sudah di-hardcode."
  },
  "supported_types": [
    {
      "type": "recaptcha-v2",
      "label": "reCAPTCHA v2 (checkbox + image challenge via Gemini/Qwen vision)",
      "cost": 10,
      "engine": "puppeteer",
      "required": [
        "url"
      ],
      "optional": [
        "sitekey",
        "proxy",
        "timeout",
        "width",
        "height",
        "maxAttempts",
        "record",
        "recordDir"
      ]
    },
    {
      "type": "recaptcha-v3",
      "label": "reCAPTCHA v3 (anchor + reload via axios)",
      "cost": 5,
      "engine": "axios",
      "required": [
        "sitekey + (url | co)",
        "atau anchorUrl"
      ],
      "optional": [
        "action",
        "v",
        "hl"
      ]
    },
    {
      "type": "turnstile",
      "label": "Cloudflare Turnstile (auto + interactive checkbox)",
      "cost": 7,
      "engine": "puppeteer",
      "required": [
        "url"
      ],
      "optional": [
        "sitekey",
        "proxy",
        "timeout",
        "width",
        "height",
        "record",
        "recordDir"
      ]
    },
    {
      "type": "hcaptcha",
      "label": "hCaptcha (binary grid + drag/drop + area select via Gemini/Qwen vision)",
      "cost": 12,
      "engine": "puppeteer",
      "required": [
        "url"
      ],
      "optional": [
        "sitekey",
        "proxy",
        "timeout",
        "width",
        "height",
        "maxAttempts",
        "record",
        "recordDir"
      ]
    },
    {
      "type": "cloudflare",
      "label": "Cloudflare challenge (managed/interactive/non-interactive) — return cf_clearance",
      "cost": 8,
      "engine": "puppeteer",
      "required": [
        "url"
      ],
      "optional": [
        "proxy",
        "timeout (detik, max 60)",
        "userAgent",
        "width",
        "height"
      ]
    }
  ],
  "refund_on_fail": true,
  "note": "Bypass V9.0.3 mendukung 5 tipe solver: recaptcha-v2 (10), recaptcha-v3 (5), turnstile (7), hcaptcha (12), cloudflare (8). Vision provider (Gemini + Qwen) di-hardcode & auto-fallback, user tidak perlu kirim credentials vision apa-apa. Wajib apikey, refund otomatis kalau gagal."
}