Skip to main content
CaptchaKings
  • 首页
  • 特征
  • 定价
  • 演示
    • 它是如何运作的
    • Forum
    • IP旋转器
    • 博客
Search
  • EN English
  • ID Indonesia
  • RU Русский
  • ES Español
  • PT Português
  • VI Tiếng Việt
  • ZH 中文
登录 免费注册
  • EN English
  • ID Indonesia
  • RU Русский
  • ES Español
  • PT Português
  • VI Tiếng Việt
  • ZH 中文
登录 免费注册
Capability Matrix

Supported CAPTCHA Types

Capability matrix · Last verified: August 30, 2026

1. How to Read This Matrix

This page is the single source of truth for what CaptchaKings solves today. Every solver page, pricing table, FAQ answer, and documentation section must match the status shown here. We never describe a planned capability as active.

  • Production — live, billed API endpoint with measured accuracy and response times.
  • Extension — solved client-side by the CaptchaKings Solver Chrome extension, billed from the same balance.
  • Limited — solvable through our generic image API (base64 upload). Accuracy depends on image quality and is not separately benchmarked per variant.
  • Planned — on the roadmap, not available via the API today. Landing pages for these types describe the planned integration.
Accuracy and response-time figures are internal measurements. Method, sample sizes, and windows: Benchmarks & Methodology. Pricing: $1.00 per 1,000 solves for Tencent, GeeTest, xCaptcha, MTCaptcha, and Amazon WAF; $0.80 per 1,000 solves for image/text OCR. New accounts get $0.50 free.

2. Production API Production

Dedicated, load-tested endpoints with per-type benchmarks.

Tencent & Chinese Captcha Production

Variants
Slider, sequence click (顺序点击), spatial category
Endpoint
POST /api/tencent.php
Input
API key + challenge parameters from the target page
Response time
Median 0.17s · p95 0.35s · max 2s
Accuracy
97% — 500+ production samples, Jun–Aug 2026
Limitations
New Tencent variants may need a model update before full accuracy
Last verified
August 30, 2026
Docs
/docs/?section=tencent · Overview page
Request curl -X POST https://captchakings.com/api/tencent.php -d "key=YOUR_API_KEY" -d "type=tencent_slider" -d "image_base64=..."
Response {"status": 1, "request": "{\"x\": 128}", "cost": "0.001"}

GeeTest v3 / v4 Production

Variants
v3 click, v4 slider
Endpoint
POST /api/geetest.php
Input
API key + gt/challenge (v3) or captcha_id (v4) + page URL
Response time
Median 0.4s · p95 0.9s · max 3s
Accuracy
97% — 400 production samples, Jun–Aug 2026
Limitations
Custom GeeTest themes can reduce first-attempt accuracy
Last verified
August 30, 2026
Docs
/docs/?section=geetest · Overview page
Request curl -X POST https://captchakings.com/api/geetest.php -d "key=YOUR_API_KEY" -d "version=v4" -d "captcha_id=..." -d "pageurl=..."
Response {"status": 1, "request": "{\"lot_number\": \"...\", \"pass_token\": \"...\"}", "cost": "0.001"}

xCaptcha Production

Variants
Binary button classification rounds
Endpoint
POST /api/in.php (2Captcha-compatible, method=xcaptcha) or /api/xcaptcha.php
Input
API key + base64 challenge image
Response time
Median 0.8s · p95 1.5s · max 5s
Accuracy
96% — 500 production samples, Jun–Aug 2026
Limitations
Multi-round challenges are billed per round
Last verified
August 30, 2026
Docs
/docs/?section=xcaptcha · Overview page
Request curl -X POST "https://captchakings.com/api/in.php" -d "key=YOUR_API_KEY&method=xcaptcha&json=1" -d "body=BASE64_IMAGE"
Response {"status": 1, "request": "12345678"} → GET /api/res.php?key=...&id=12345678&json=1 → {"status": 1, "request": "{\"buttons_to_click\": [1, 2]}"}

MTCaptcha Production

Variants
Image-to-text token
Endpoint
POST /api/mtcaptcha.php
Input
API key + challenge image (file upload or base64)
Response time
Median 2.1s · p95 4s · max 10s
Accuracy
98% — 300 production samples, Jun–Aug 2026
Limitations
Unusually long tokens may need a retry on timeout
Last verified
August 30, 2026
Docs
/docs/?section=mtcaptcha · Overview page
Request curl -X POST https://captchakings.com/api/mtcaptcha.php -d "key=YOUR_API_KEY" -d "image_base64=..."
Response {"status": 1, "request": "a3f9k2", "cost": "0.001"}

Amazon AWS WAF Production

Variants
Image challenges (click-the-object, coordinates returned)
Endpoint
POST /api/amazon.php
Input
API key + challenge image + target_class (multipart)
Response time
Median 8s · p95 14s · max 30s
Accuracy
97% — 500 production samples, Jan–Aug 2026 (live since January 2026)
Limitations
WAF challenge format changes can cause short adaptation windows
Last verified
August 30, 2026
Docs
/amazon-waf-solver · Overview page
Request curl -X POST https://captchakings.com/api/amazon.php -F "api_key=YOUR_API_KEY" -F "target_class=car" -F "[email protected]"
Response {"coordinates": [[88, 41], [201, 97]], "user_balance_usd": "0.4990"}

Image / Text / Number / Math OCR Production

Variants
Distorted text, numbers, arithmetic questions
Endpoint
POST /api/process.php
Input
API key + image file upload (multipart)
Response time
Median 1.2s · p95 2.5s · max 10s
Accuracy
up to 99.9% on our standard distorted-text test set (1,000 labeled images, Aug 2026); varies with distortion
Limitations
Very low resolution, overlapping characters, or handwriting reduce accuracy
Last verified
August 30, 2026
Docs
/docs/?section=endpoints · Overview page
Request curl -X POST "https://captchakings.com/api/process.php" -H "Authorization: Bearer YOUR_API_KEY" -F "[email protected]"
Response {"success": true, "data": {"prediction": "7HkP2", "confidence": "89.79%"}, "billing": {"amount_charged": "0.000800"}}

3. Browser Extension Extension

The CaptchaKings Solver Chrome extension solves captchas directly in your browser without writing code: right-click the captcha image, right-click the answer field, and the answer is filled in automatically.

  • Supported: Amazon AWS WAF challenges (puzzle and text) and regular text/image captchas on any website.
  • Billing: flat $0.80 per 1,000 solves from your CaptchaKings balance.
  • Limitations: runs in Chrome-compatible browsers only; requires marking the captcha and answer field once per site.
  • Last verified: August 30, 2026.

4. Limited — via Generic Image API Limited

The following image-based types can be submitted through the synchronous OCR endpoint (POST /api/process.php, multipart file field captcha) or the extension. They share the image/text OCR pricing ($0.80 per 1,000 solves) and image-pipeline response times (median 1.2s, p95 2.5s). Accuracy depends on image distortion and is not separately benchmarked per variant — test with your free balance first.

Coordinate / click captchas Click captchas Rotate captchas Slider captchas (image-based) Math captchas Number captchas BotDetect Securimage KeyCaptcha Confident CAPTCHA Icon captcha Grid captcha Capy puzzle CutCaptcha NuCaptcha ProCaptcha Friendly Captcha CaptchaFox Lemin VK captcha BLS captcha ATB captcha Binance slider CyberSiARA Altcha (proof-of-work) Temu captcha Russian captcha (Cyrillic)

Last verified: August 30, 2026 · Method: Benchmarks & Methodology

5. Planned — Not Available via API Today Planned

Server-side solving for the following JavaScript-challenge and enterprise types is on our roadmap. They are not available through the API today. The landing pages below describe the planned integration and typical use cases; availability is announced on the changelog and AI updates pages. Some of these challenges can still be handled in limited scenarios through the browser extension or generic image pipeline — contact support before building around them.

reCAPTCHA v2 / v3 / Enterprise hCaptcha (standard & Enterprise) Cloudflare Turnstile FunCaptcha / Arkose Labs DataDome Akamai Bot Manager Kasada Imperva / Incapsula PerimeterX / HUMAN Yandex SmartCaptcha TikTok captcha Audio captcha

6. Corrections

Found a page that contradicts this matrix? That is a bug — report it to [email protected] and we will fix the page, not the matrix. See also: About & editorial policy.

CaptchaKings

CaptchaKings (Captcha Kings) 是用于现代自动化的 AI 验证码识别 API - 快速、精准且透明

产品服务

  • 特征
  • 腾讯 / 中文验证码 NEW
  • xCaptcha 识别 NEW
  • API 开发文档
  • 定价
  • 它是如何运作的
  • 支持的验证码
  • 基准测试与精度

开发资源

  • 开发者文档
  • Selenium 指南 NEW
  • Playwright 指南 NEW
  • Puppeteer 指南 NEW
  • 免费工具箱 NEW
  • Chrome 扩展插件 NEW
  • 博客与教程
  • IP 轮换器

对比与常见问题

  • 为什么选择 CaptchaKings?
  • 价格对比
  • vs 2Captcha
  • vs CapSolver
  • vs CapMonster
  • vs Anti-Captcha
  • 面向 AI 智能体

关于公司

  • 关于我们
  • 演示
  • 仪表板
  • 客户支持
  • 隐私政策
  • 退款政策
  • 服务条款
  • SLA 服务保障 99.9%

© 2026 CaptchaKings.com. 版权所有。

🚀 Get Started Free
🎁

Wait! Don't Miss Out

Sign up now and get a $0.50 FREE BALANCE to test our API.

Claim Bonus & Sign Up Free

我们使用 Cookie 来改善您的浏览体验、分析网站流量并优化 API 性能。继续使用我们的网站即表示您同意我们的 Cookie 政策。 隐私政策