Every task is sent to the same execute endpoint.
Set task_type to select a solver and pass the corresponding fields in
task_data.
| Task type | Use it for | Result |
|---|---|---|
turnstile |
A standalone Cloudflare Turnstile widget | Challenge token |
waf |
A Cloudflare challenge page you will continue through your own HTTP client | Clearance and request metadata |
wafauto |
A Cloudflare challenge where uncaptcha.io should make the follow-up request | Clearance and fetched response |
Choosing between WAF and WAF Auto
Use waf when you need full control of the request after the solve. It returns
the exact headers, cookie values, query token, and form attributes that your
client should replay.
Use wafauto when you want uncaptcha.io to make that follow-up request. It
returns the resulting status, headers, final URL, and base64-encoded body.