Solve Cloudflare Turnstile
capskip_solve_turnstileSolve Cloudflare Turnstile captchas and interstitial challenges. Submit sitekey and page URL to receive a token for the cf-turnstile-response field.
Instructions
Solve a Cloudflare Turnstile widget or interstitial challenge page. Returns a token for the page's "cf-turnstile-response" field. IMPORTANT: submit the token using the returned userAgent — Cloudflare rejects a token replayed under a different User-Agent. For an interstitial challenge page, also pass cdata and pagedata read from the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of the page the captcha appears on, including scheme. | |
| cdata | No | The cData value. Interstitial challenge pages only, not ordinary widgets. | |
| proxy | No | Solve through this proxy so the token is issued against its IP. | |
| action | No | The action from data-action or turnstile.render(). | |
| sitekey | Yes | The Turnstile site key, from the widget's data-sitekey attribute. | |
| timeout | No | Seconds to wait before giving up. Maximum 600. | |
| pagedata | No | The chlPageData value. Interstitial challenge pages only. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| captchaId | Yes | ||
| userAgent | No | ||
| solveSeconds | Yes |