Capability matrix · Last verified: August 30, 2026
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.
Dedicated, load-tested endpoints with per-type benchmarks.
POST /api/tencent.phpRequest: 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"}
POST /api/geetest.phpRequest: 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"}
POST /api/in.php (2Captcha-compatible, method=xcaptcha) or /api/xcaptcha.phpRequest: 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]}"}
POST /api/mtcaptcha.phpRequest: 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"}
POST /api/amazon.phpRequest: curl -X POST https://captchakings.com/api/amazon.php -d "key=YOUR_API_KEY" -d "websiteURL=..." -d "iv=..." -d "key=..." -d "context=..."
Response: {"status": 1, "request": "{\"captcha_voucher\": \"...\"}", "cost": "0.001"}
POST /api/in.php (method=base64) or /api/process.phpRequest: curl -X POST "https://captchakings.com/api/in.php" -d "key=YOUR_API_KEY&method=base64&json=1" -d "body=BASE64_IMAGE"
Response: {"status": 1, "request": "12345678"} → GET /api/res.php?key=...&id=12345678&json=1 → {"status": 1, "request": "7HkP2"}
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.
The following image-based types can be submitted through the generic image endpoint (POST /api/in.php, method=base64) 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.
Last verified: August 30, 2026 · Method: Benchmarks & Methodology
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.
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.