VexSolver
BETAAPI is still in beta. If there is any problem, please DM us on Discord.
MULTI-VENDOR SOLVER API

Bot-detection tokens, over plain HTTP.

Send us a URL, get back valid session cookies. One endpoint covers Imperva, DataDome, PerimeterX, Kasada, and Vercel BotID — with Akamai and Turnstile shipping next.

~2s
avg solve
100%
verified
Pure Go
runtime

HOW IT WORKS

A captured payload, replayed natively.

Each vendor's challenge VM is reversed into native code. The first hit on a new site captures a template; every hit after that is a pure Go replay with fresh timestamps.

01

Capture

First request runs the full challenge inside a sandbox and stores the resulting payload on disk.

02

Replay

Subsequent requests mutate the stored payload, re-sign it, and hit the interrogation endpoint.

03

Verify

The minted cookies are validated against the target before they're returned to you.

04

Pool

Hot domains are pre-solved in the background so busy sites hit a ready buffer.

05

Deduct

Credits come out only after a verified success. Failures don't touch your balance.

06

Log

URL, elapsed time, and success flag. Page content is never stored.

COVERAGE

Supported vendors

Vendor is detected automatically from the target URL. No routing config required.

Custom vendors

DM

Available

Contact us

DataDome

LIVE

Interstitial, Tags

~50ms cached / 2-5s cold

PerimeterX

LIVE

PX3, WASM captcha

~50ms cached / 4-7s cold

Imperva

LIVE

Reese84, UTMVC

~50ms cached / 7-14s cold

Akamai

LIVE

sensor_data, _abck

~50ms cached / 5-13s cold

Kasada

LIVE

Ips/Ct, PoW VM, x-kpsdk-*

27-30s cold (real-time, no cache)

Vercel BotID

LIVE

x-is-human + Kasada Deep

~2-3s cold (pure-Go inline Kasada)

Turnstile

SOON

cf_clearance

Soon

COMPARISON

Why not browser automation?

Headless browser

puppeteer / playwright
  • -Spins a new Chromium per solve
  • -Downloads every script, font and tracker
  • -Waits for DOM to settle
  • -Scrapes cookies after full page load
  • -Pays for CPU, RAM, bandwidth, proxies
4-12s
per solve
~1 GB
RAM / worker

VexSolver

/api/solve
  • +One POST to the endpoint
  • +Payload generated in native Go
  • +Real vendor cookies returned inline
  • +Plug the cookie into your HTTP client
  • +Billed only on verified success
~2s
per solve
0 MB
on your server

Ready when you are.

Sign up, grab your API key, make your first POST. 10 credits on the house.

Create account