> ## Documentation Index
> Fetch the complete documentation index at: https://hydrotuff-admin-mcp-fix-pages-3f076f6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloudflare Turnstile

> Solve Cloudflare Turnstile challenges through your proxy.

# Cloudflare Turnstile

Solve Cloudflare Turnstile challenges through your proxy.

## Task Types

* `TurnstileCaptcha` — with proxy (required)
* `TurnstileCaptchaProxyless` — without proxy

## Parameters

| Parameter    | Type   | Required    | Description                     |
| ------------ | ------ | ----------- | ------------------------------- |
| `sitekey`    | string | Yes         | Turnstile site key              |
| `siteurl`    | string | Yes         | Page URL with the captcha       |
| `proxy`      | string | Conditional | Required for `TurnstileCaptcha` |
| `user_agent` | string | No          | Browser user agent              |

## Request — With Proxy

```json theme={null}
{
  "type": "TurnstileCaptcha",
  "task": {
    "sitekey": "0x4AAAAAAADnPIDROrmt1Wwj",
    "siteurl": "https://example.com/login",
    "proxy": "http://user:pass@host:port"
  }
}
```

## Request — Proxyless

```json theme={null}
{
  "type": "TurnstileCaptchaProxyless",
  "task": {
    "sitekey": "0x4AAAAAAADnPIDROrmt1Wwj",
    "siteurl": "https://example.com/login"
  }
}
```

## Price

\$0.0006 per solve.

## Response Token

The `token` field contains the Turnstile `cf-turnstile-response` token.
