Back to all solvers
Dedicated solver

Akamai Solver API

Integrate Akamai solving into your automation through one stable REST endpoint. Send the target details and receive a ready-to-use solution without maintaining custom bypass logic.

Akamai
Task typeAkamai
Average speed< 6s
Price per 1,0000,5$ / 1k
How it works

Akamai, without custom bypass code.

A predictable three-step flow that stays the same even when Akamai changes its protection.

In the simplest case you only send site_url - the solver auto-detects everything else from the page. Pass the script URL or existing cookies yourself for faster solves or cookie refreshes.

01

Submit the target

Send the page URL and the challenge-specific fields in a single API request.

02

We handle the challenge

CaptchaSolv routes the task to a specialized solver and tracks it until completion.

03

Use the solution

Receive the token, headers, cookies, or sensor payload required by your next request.

API integration

The same endpoint and response envelope across every supported solver.

POST /solve
Request
{
  "api_key": "YOUR_API_KEY",
  "type": "Akamai",
  "site_url": "https://example.com/page"}
Response200 OK
{
  "errorId": 0,
  "status": "ready",
  "solvtime": 2.15,
  "data": {
    "useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)...",
    "language": "en-US,en;q=0.9",
    "solution": {
      "token": "_abck=XXXXX~0~YYYYYY~-1; bm_sz=XXXXX"}
  }
}
Task data fields

Fields you can send inside the data object of a solve request for this captcha type.

akamai_scriptOptional

Akamai Bot Manager script URL. Auto-detected if omitted; passing it speeds up solving.

challenge_scriptOptional

Challenge script URL. Auto-detected if omitted.

_abckOptional

Existing _abck cookie value, for a cookie refresh instead of a fresh solve.

bm_szOptional

Existing bm_sz cookie value, for a cookie refresh.

pixelOptional

Pixel URL. Auto-detected if omitted.

seedOptional

Seed variable from the page. Auto-detected if omitted.

Solution fields

Fields returned in data.solution once the task is solved.

solution.tokenRequired

Cookie string containing _abck and the other Akamai cookies.

data.useragentRequired

Must be reused in all subsequent requests - Akamai tracks this fingerprint.

Frequently asked questions

Common questions about integrating this solver correctly.

Yes - our Akamai Bot Manager solver works on any protected site, not just a fixed list of targets. In most cases sending only site_url is enough, since the solver auto-detects the script, seed, and pixel for that specific site.

Need help?

Stuck trying to bypass Akamai?

Join our Discord and our team will help you get Akamai solving working in your setup - free advice on handling it programmatically, even as the challenge changes over time.

Join our Discord