detect_and_bypass
Detect anti-bot walls on the current page and automatically apply the best bypass, including Cloudflare Turnstile verification, returning JSON with detection and bypass results.
Instructions
⭐ One-shot: detect anti-bot wall on current page and apply the best bypass we have. Returns JSON with detection + bypass result.
Bypass routing:
- Cloudflare Turnstile / interstitial → _auto_verify_cf (DOM + OpenCV)
- Other walls (DataDome, PerimeterX, Akamai, Imperva, Kasada) →
return detection + recommended-action list (no auto-bypass since
those need session reuse / proxies / paid solvers).
- No wall detected → returns ok with empty bypass.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |