Coverage How it works Pricing Partners FAQ WAF Detector go-fAST Docs Blog
+ +
Bot protection bypass API

Bypass Incapsula &
DataDome,
without a browser.

Send us the challenge, get a valid token back - reese84, UTMVC or DataDome - from a single API call. No headless browser to boot, no browser farm to babysit, no fingerprint to get flagged.

Join the Discord
Free trial to start No card to sign up Live in minutes
POST /incapsula/reese84
$curl -X POST incap.antibotapi.com/incapsula/reese84
200 OK · 43ms
{
"success": true,
"reese84Payload": {
"solution": "eyJhbGciOi..."
}
}
token ready - submit it to the site
Response43 ms
Status200 OK
Outputreese84
Browsernone
2 protections
Incapsula · DataDome
1 request
per solve
No browser
pure HTTP
£2.50
per 1,000 solves
£0.0025 / solve
01 Coverage

What you
can solve.

Each protection is completely reverse-engineered. We do not solve challenges using a sandbox or browser farm.

01 live

Incapsula / Imperva

Reese84 + UTMVC challenges

  • · reese84 sensor
  • · utmvc cookie
  • · dynamic script handling
02 live

DataDome

Interstitial, Captcha, tags.js

  • · tags payload
  • · slider captcha
  • · interstitial
03 on request

Another target?

Need a site or protection we don't list yet? Request it from the dashboard and we'll look at adding it.

Request a target →
02 Why an API

A request,
not a browser.

We don't execute any of the original challenge Javascript. We have ported all the challenge code to run natively, without a browser environment. This makes bypassing Incapsula and DataDome extremely fast

The old way
  • - A headless browser booted for every solve
  • - Hundreds of milliseconds before the page is even ready
  • - Heavy bandwidth and CPU once you're at scale
  • - Browser fingerprints that get flagged and blocked
  • - Fragile infrastructure to babysit on every release
With DISASM
  • + One HTTP POST - the token comes back in milliseconds
  • + No browser to boot, so no per-solve startup tax
  • + A fraction of the bandwidth of loading the full page
  • + No browser fingerprint for the site to detect
  • + Nothing to host or maintain - it's just an endpoint
03 How it works

Send the challenge,
get a token.

You POST the page URL, the protection's script and the user-agent you'll use. We return the solved token. You attach it to your own request and carry on - with your own proxies and session, exactly as you do today.

example.py python
import requests

resp = requests.post(
    "https://incap.antibotapi.com/incapsula/reese84",
    headers={"x-api-key": "dk_live_..."},
    json={
        "page_url":      "https://www.example.com/",
        "incapsula_url": "https://www.example.com/_Incapsula_Resource?...",
        "user_agent":    "Mozilla/5.0 ...",
        "script_b64":    "<base64-challenge-script>",
    },
)

payload = resp.json()["reese84Payload"]
# post `payload` to the site, keep the cookie it sets, carry on

It's plain HTTP, so it works from any language - Python, Node, Go, C# - and drops straight into your projects.

01~1 min

Create an account

Sign up, pick a plan or go pay-as-you-go. Your API key is generated instantly.

02test it

Try the Playground

Run a full solve against a live protected site from the dashboard - no code needed.

03ship it

Wire it into your stack

Drop the request into your bot or scraper, submit the token, and you're through the wall.

04 Pricing

Per protection,
or per solve.

Each protection is priced on its own - monthly plans for steady volume, pay-as-you-go for everything else. Every account starts with a free trial. Prices exclude VAT.

Incapsula / Imperva
from £85/mo
75K solves£85
150K solves£170
450K solves£415
1M solves£1,100

reese84 sensor & ___utmvc cookie. PAYG overflow at £2.50 per 1K solves once a plan runs out. How the Incapsula bypass works →

Choose a plan
DataDome
from £30/mo
20K solves£30
75K solves£100
350K solves£400
1M solves£1,500

Slider captcha, interstitial & tags. PAYG overflow at £2.50 per 1K solves once a plan runs out. How the DataDome bypass works →

Choose a plan
Pay as you go no plan
£2.50/ 1,000 solves
£0.0025 per solve
  • +No commitment - top up a wallet
  • +Spend per solve, any protection
  • +Auto-overflow when a plan runs out
  • +No expiry limit on wallet balance
Top up & go
05 Partners
For cook groups & communities

Run a group?
Earn on every member.

Share your link, and members sign up, get auto-approved, and manage their own keys and billing. You earn 5% commission on everything they spend - with nothing to administer.

Apply to the partner program →
5%
on every payment
Auto
member approval
£0
to administer
06 FAQ

Common
questions.

01 What do I send, and what do I get back? +

You POST the page URL, the protection's script (base64), and the user-agent you intend to use. We return the solved token - for Incapsula that's the reese84 payload or UTMVC cookie; for DataDome, the device/cookie payload. You attach it to your own request.

02 Do I need a headless browser? +

No. It's a pure HTTP API - no Puppeteer, Playwright or Selenium required to get a token. You only need an HTTP client.

03 Which languages and tools work? +

Anything that can send an HTTP request - Python, Node, Go, C#, Rust, and so on. It drops straight into your projects; you call the endpoint instead of solving in-browser.

04 Can I use my own proxies and sessions? +

Yes. We generate the token; you make the actual request to the target site. Keep using your own proxies, cookies and sessions exactly as you do now - just pass us the matching user-agent so the token lines up.

05 What sites are supported? +

Sites protected by Incapsula (Imperva) and DataDome. If a specific site isn't whitelisted yet, request it from your dashboard and we'll look at adding it.

06 How does pricing work? +

Each protection is priced separately. Incapsula runs from £85/mo (75K solves) up to £1,100/mo (1M solves); DataDome from £30/mo (20K solves) up to £1,500/mo (1M solves). Prefer no commitment? Pay as you go from a wallet at £2.50 per 1,000 solves (£0.0025 a solve) - which also kicks in as overflow when a plan's quota runs out, so a job never stalls mid-run.

07 Is there a partner program? +

Yes - group owners earn 5% on every payment their members make, and members who join through your link are auto-approved. There's nothing to manage on your end.

Drop the
browser.

Start a free trial, grab a key, and pull your first token in a few minutes. No card required to begin.