Imperva Incapsula solving (WAF & bot detection challenges) is currently in development. Meanwhile, our production APIs cover GeeTest, Tencent, MTCaptcha, Amazon AWS WAF and image/text captchas — see the live capability matrix.
CaptchaKings Imperva Solver is a planned automated API service engineered to solve Imperva (formerly Incapsula) WAF challenges, bot mitigation JavaScript hurdles, and clearance tokens. This solver is currently in active development.
Imperva (Incapsula) support is planned (in development). The snippets below preview the planned request format — the final endpoint and request format will be announced on the CaptchaKings changelog at launch.
import requests
API_KEY = "ck_your_api_key_here"
SITE_KEY = "TARGET_SITEKEY" # from the page's captcha widget
PAGE_URL = "https://target-website.com"
# Planned preview — the final endpoint and request format will be
# announced on the CaptchaKings changelog at launch.
# Planned flow:
# 1. POST your API key + sitekey + page URL to the solver endpoint
# 2. Receive the solution token in the API response
# 3. Inject the token into the target page and submit
print("Imperva (Incapsula) support is coming soon to CaptchaKings.")
const API_KEY = 'ck_your_api_key_here';
const SITE_KEY = 'TARGET_SITEKEY'; // from the page's captcha widget
const PAGE_URL = 'https://target-website.com';
// Planned preview — the final endpoint and request format will be
// announced on the CaptchaKings changelog at launch.
// Planned flow:
// 1. POST your API key + sitekey + page URL to the solver endpoint
// 2. Receive the solution token in the API response
// 3. Inject the token into the target page and submit
console.log('Imperva (Incapsula) support is coming soon to CaptchaKings.');
# Planned preview — the final endpoint and request format will be
# announced on the CaptchaKings changelog at launch.
# 1. Submit the task
curl -X POST "https://captchakings.com/api/in.php" \
-d "key=ck_your_api_key_here" \
-d "method=imperva" \
-d "sitekey=TARGET_SITEKEY" \
-d "pageurl=https://target-website.com" \
-d "json=1"
# 2. Poll for the solution token
curl "https://captchakings.com/api/res.php?key=ck_your_api_key_here&id=TASK_ID&json=1"
<?php
$apiKey = 'ck_your_api_key_here';
$siteKey = 'TARGET_SITEKEY'; // from the page's captcha widget
$pageUrl = 'https://target-website.com';
// Planned preview — the final endpoint and request format will be
// announced on the CaptchaKings changelog at launch.
// Planned flow:
// 1. POST your API key + sitekey + page URL to the solver endpoint
// 2. Receive the solution token in the API response
// 3. Inject the token into the target page and submit
echo 'Imperva (Incapsula) support is coming soon to CaptchaKings.';
?>
Imperva (Incapsula) support is planned (in development) — see /supported-captchas for the live capability matrix and /changelog for launch announcements.
Create a free account now — your $0.50 free balance works immediately on all production APIs (GeeTest, Tencent, MTCaptcha, Amazon AWS WAF, image/text OCR), and you'll be first to know when Imperva goes live.
🚀 Sign Up