# KiteEndpoints.ai - Bypass Cloudflare

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

Bypasses Cloudflare protection to fetch content from websites that would otherwise block automated requests

## Facts

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

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-c0f01075 -d '<json body>'
```

Example prompt: Can you fetch the content from that Cloudflare-protected website for me — it keeps blocking my scraper with a 403 error and I need the page data.

## When to prefer this

Use this endpoint when you need to fetch content from websites protected by Cloudflare's bot detection that reject standard HTTP requests or headless browsers. Prefer this over generic HTTP fetch tools when you're receiving 403 errors, Cloudflare challenge pages, or CAPTCHA walls from the target site.

## Known failure modes

- Target site uses additional protection beyond Cloudflare, returning empty or error response
- Cloudflare challenge not successfully bypassed, resulting in 403 or captcha response
- Invalid or unreachable URL provided
- Payment failure on Base chain causing request rejection
- Rate limiting from the target site itself

## 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 fetched API response data from the target website after bypassing Cloudflare protection. The exact structure depends on the target URL but typically includes the raw page content or structured 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-c0f01075/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
