captcha_solve
Solves CAPTCHAs via configured provider (2captcha). Pass sitekey + pageurl for Turnstile/hcaptcha; pass image_base64 for image CAPTCHAs. Stealth-first avoids challenges.
Instructions
Solve a CAPTCHA through the configured provider (env GHOSTFOX_CAPTCHA_PROVIDER=2captcha + GHOSTFOX_CAPTCHA_KEY). Turnstile/hcaptcha: pass sitekey + pageurl; image captchas: pass image_base64. Stealth-first: prefer not being challenged at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageurl | No | Turnstile/hcaptcha-style: the page URL the challenge lives on. | |
| sitekey | No | Turnstile/hcaptcha-style: the site's sitekey. | |
| session_id | Yes | ||
| image_base64 | No | Image captcha: the challenge image as base64 PNG. |