+ +
Bot Protection bypass API

Beat the
bot wall
Without a browser.

Send the challenge details to our service and get a valid token back - reese84 sensors, UTMVC cookies and DataDome payloads. No headless browser to run, no fingerprint to flag.

No card required PAYG from £5 Live in minutes
POST /incapsula/reese84
$curl -X POST api.disasm.dev/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
From £5
PAYG or monthly
01 Coverage

What you
can solve.

Each protection is handled natively - we return the exact token the site expects, not a screenshot of a solved page.

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 bypass
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.

Most solvers boot a real browser per request. We reverse the challenge and return the token directly - so you skip the slowest, heaviest part.

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 volume
  • - 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://api.disasm.dev/incapsula/reese84",
    headers={"x-api-key": "dk_live_..."},
    json={
        "page_url":      "https://www.example.com/",
        "incapsula_url": "https://www.example.com/script",
        "user_agent":    "Mozilla/5.0 ...",
        "script_b64":    "<base64-script>",
    },
)

token = resp.json()["reese84Payload"]["solution"]
# attach `token` to your request and continue

It's plain HTTP, so it works from any language - Python, Node, Go, C#, or straight from, Selenium or Puppeteer flows.

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

Plans, or
pay per request.

Monthly quotas for steady volume, PAYG for everything else. Prices exclude VAT.

Starter
£29/mo
requests25,000
rate limit60/min
  • +Incapsula & DataDome
  • +Usage dashboard
  • +Discord notifications
Choose
Pro popular
£79/mo
requests100,000
rate limit120/min
  • +Everything in Starter
  • +Higher rate limit
  • +Priority support
Choose
Business
£199/mo
requests500,000
rate limit300/min
  • +Everything in Pro
  • +Dedicated support
  • +Custom rate limits
Choose
Pay as you go
0.2p/req

No commitment - top up a wallet and spend it per request. Also kicks in as overflow if a plan runs out mid-job.

Top up
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 OpenBullet configs or existing Selenium/Puppeteer flows; 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? +

Pick a monthly plan with a fixed request quota, or go pay-as-you-go from a wallet at 0.2p per request. PAYG can also act as overflow when a plan's quota runs out, so a job doesn't stall 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.

Create an account, grab a key, and pull your first token in a few minutes. No card required to start.