# KiteEndpoints.ai - Bypass Cloudflare API

> KiteEndpoints.ai - Bypass Cloudflare API is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.19/call, status unknown (last checked 2026-09-14).

Proxies requests through Cloudflare bypass infrastructure to access otherwise blocked web content, pay-per-request via USDC on Base chain

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/bypass-cloudflare
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-bypass-cloudflare-api-0d0fc43d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3E0wbRRrfQ8QE7wYWZouC

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability kiteendpoints-ai-bypass-cloudflare-api-0d0fc43d -d '<json body>'
```

Example prompt: I need to fetch data from a website that's protected by Cloudflare bot detection — can you use the KiteEndpoints bypass-cloudflare endpoint to get through and return the page content for me?

## When to prefer this

Use this endpoint when you need to access web content or APIs that are protected by Cloudflare bot detection and standard HTTP requests are being blocked. Prefer this over generic proxies when the target specifically uses Cloudflare's challenge/bot protection system.

## Known failure modes

- Cloudflare detection evasion fails — site has updated bot protection measures
- Invalid or missing result object in request body — returns 400 Bad Request
- Target resource unavailable or returns non-200 status
- Payment failure — insufficient USDC balance on Base chain
- Rate limiting or IP blocking by target server even after Cloudflare bypass
- Vercel hosting timeout for long-running proxy requests

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing the API response data from the target resource after bypassing Cloudflare protection. The response is wrapped in a result field with a data property containing the actual fetched content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-bypass-cloudflare-api-0d0fc43d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
