Introduction

Welcome to the CapBypass documentation

CapBypass

The fastest AI-powered CAPTCHA solving API. We help developers and businesses bypass reCAPTCHA v3, GeeTest, AWS WAF, CaptchaFox, and other anti-bot systems with 99.9% uptime and human-like precision. Turnstile is on our roadmap.

Why CapBypass?

Scale your operations without limits. Unlike traditional manual solving farms, our infrastructure relies on advanced Machine Learning and Neural Networks to solve challenges in milliseconds.

  • Lightning Fast - Solve times from 2-15 seconds depending on challenge type
  • Easy Integration - Drop-in replacement for existing libraries
  • High Success Rate - Advanced fingerprint spoofing technology
  • Enterprise Stability - Built to handle millions of requests per day

Supported Challenges

ChallengeTask TypePrice (per 1K)Status
reCAPTCHA v3ReCaptchaV3TaskReCaptchaV3TaskProxyLess$0.60Supported
reCAPTCHA EnterpriseReCaptchaV3EnterpriseTaskReCaptchaV3EnterpriseTaskProxyLess$2.00Supported
AWS WAFAntiAwsWafTaskAntiAwsWafTaskProxyLessAntiAwsWafMobileTask$1.30Supported
GeeTest v3 + v4GeetestTaskGeetestTaskProxyLess$0.99Supported
CaptchaFoxCaptchaFoxTaskCaptchaFoxTaskProxyLess$3.00Supported
Cloudflare TurnstileTurnstileTaskTurnstileTaskProxyLessRoadmap

Quick Start

# Create a task
curl -X POST https://api.capbypass.pro/createTask \
  -H 'Content-Type: application/json' \
  -d '{
    "clientKey": "your-api-key",
    "task": {
      "type": "GeetestTaskProxyLess",
      "websiteURL": "https://example.com",
      "captchaId": "fcd636b4514bf7ac4143922550b3008b"
    }
  }'

# Poll for result
curl -X POST https://api.capbypass.pro/getTaskResult \
  -H 'Content-Type: application/json' \
  -d '{"clientKey": "your-api-key", "taskId": "uuid-from-above"}'

SDKs

Try It Live

Test our solver in real time with our interactive demo - no API key required.

Next Steps

On this page