PerimeterX (HUMAN Security) challenge solving (PX sensor, bot mitigation & press-and-hold challenges) is in active development. Test our live anti-bot solvers today.
PerimeterX (HUMAN Security) solving support is currently in development at CaptchaKings. Developers can preview the upcoming JSON API specification below. Live production APIs for Amazon AWS WAF, GeeTest, Tencent, MTCaptcha, and image OCR are fully available today with a $0.50 free balance.
The snippets below preview the planned request format — final endpoint will be announced upon launch.
import requests
API_KEY = "ck_your_api_key_here"
APP_ID = "PX_TARGET_APP_ID"
PAGE_URL = "https://target-website.com"
# Planned preview — final endpoint announced at launch
payload = {
"key": API_KEY,
"app_id": APP_ID,
"pageurl": PAGE_URL
}
print("PerimeterX (HUMAN Security) solver coming soon to CaptchaKings.")
import fetch from 'node-fetch';
const API_KEY = 'ck_your_api_key_here';
const APP_ID = 'PX_TARGET_APP_ID';
const PAGE_URL = 'https://target-website.com';
// Planned preview — final endpoint announced at launch
console.log('PerimeterX (HUMAN Security) solver coming soon to CaptchaKings.');
# Planned preview:
curl -X POST "https://captchakings.com/api/in.php" \
-d "key=ck_your_api_key_here" \
-d "method=perimeterx" \
-d "app_id=PX_TARGET_APP_ID" \
-d "pageurl=https://target-website.com" \
-d "json=1"
<?php
$apiKey = 'ck_your_api_key_here';
$appId = 'PX_TARGET_APP_ID';
$pageUrl = 'https://target-website.com';
echo 'PerimeterX (HUMAN Security) solver coming soon to CaptchaKings.';
?>
PerimeterX support is in active development — see /supported-captchas for the live capability matrix and /changelog for launch announcements.
PerimeterX (HUMAN Security) support is currently in development. Our live production APIs cover Amazon AWS WAF, GeeTest, Tencent, MTCaptcha, and image/text OCR — see /supported-captchas for full details.
Targeting >99% success rate with under 3s response times. Accurate benchmarks and launch notifications will be published on /benchmarks.
Yes! You can test our Amazon AWS WAF, GeeTest, and MTCaptcha solvers immediately with a $0.50 free balance upon registration.
Create a free account now — your $0.50 free balance works immediately on all production APIs, and you'll be first to know when PerimeterX goes live.
🚀 Get Free Trial Balance