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.
What you
can solve.
Each protection is handled natively - we return the exact token the site expects, not a screenshot of a solved page.
Incapsula / Imperva
Reese84 + UTMVC challenges
- · reese84 sensor
- · utmvc cookie
- · dynamic script handling
DataDome
Interstitial, Captcha, tags.js
- · tags payload
- · slider captcha
- · interstitial bypass
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 →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.
- - 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
- + 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
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.
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.
Create an account
Sign up, pick a plan or go pay-as-you-go. Your API key is generated instantly.
Try the Playground
Run a full solve against a live protected site from the dashboard - no code needed.
Wire it into your stack
Drop the request into your bot or scraper, submit the token, and you're through the wall.
Plans, or
pay per request.
Monthly quotas for steady volume, PAYG for everything else. Prices exclude VAT.
- +Incapsula & DataDome
- +Usage dashboard
- +Discord notifications
- +Everything in Starter
- +Higher rate limit
- +Priority support
- +Everything in Pro
- +Dedicated support
- +Custom rate limits
No commitment - top up a wallet and spend it per request. Also kicks in as overflow if a plan runs out mid-job.
Top upRun 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 →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.