EverySolve CAPTCHA API

Akamai Bot Manager for web API

EverySolve's Akamai Bot Manager for web API returns cookie values for your challenge workflow. Send POST /api/v1/captcha with type set to akamai_web and the inputs listed below.

This is the browser-side Akamai Bot Manager flow, commonly indicated by cookies such as _abck or bm_sz rather than an embedded checkbox. The result is a cookie string for the same browser workflow, not mobile sensor data or a sec-cpt token.

Endpoint
POST /api/v1/captcha
Type
akamai_web
Per 1,000 successful solutions
$4.58 per 1,000 successful solutions

Request parameters

Provide website_url. Optional parameters are user_agent.

Required parameters

website_url

Optional parameters

user_agent
akamai_web.sh
curl -X POST https://api.everyinfra.com/api/v1/captcha \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"akamai_web","website_url":"<website_url>"}'

How to recognize Akamai Bot Manager for web

This is the browser-side Akamai Bot Manager flow, commonly indicated by cookies such as _abck or bm_sz rather than an embedded checkbox.

What makes Akamai Bot Manager for web different

The result is a cookie string for the same browser workflow, not mobile sensor data or a sec-cpt token.

Where the Akamai Bot Manager for web parameters come from

Send the exact protected page URL and, when supplied, the user agent that will be used with the returned cookie.

website_urlRequired
The exact page where this challenge appears, including the relevant path rather than only the site home page.
user_agentOptional
The browser user agent for this challenge session; keep it consistent when the returned result is bound to that session.

What the API returns

The Akamai Bot Manager for web API returns cookie values in cookie. Its solution format is cookie. Attach the returned cookie fields to subsequent requests for the same workflow.

Solution shape
cookie
Solution fields
cookie

How to use the Akamai Bot Manager for web API

  1. 01Read GET /api/v1/captcha/types and select the akamai_web entry.
  2. 02Send type: "akamai_web" and the required parameters to POST /api/v1/captcha.
  3. 03Read cookie values from cookie.
  4. 04Attach the returned cookie fields to subsequent requests for the same workflow.

Billing and availability

EverySolve charges only when a solution is delivered successfully. Unsuccessful attempts are refunded automatically. Read available and the price fields from GET /api/v1/captcha/types at request time rather than treating them as static page content.

Akamai Bot Manager for web integration questions

How can I identify Akamai Bot Manager for web before choosing a type?

This is the browser-side Akamai Bot Manager flow, commonly indicated by cookies such as _abck or bm_sz rather than an embedded checkbox. Use akamai_web only after those signals match the target challenge.

Which target-page values belong in a Akamai Bot Manager for web request?

Send the exact protected page URL and, when supplied, the user agent that will be used with the returned cookie. Provide website_url. Optional parameters are user_agent.

What does Akamai Bot Manager for web return, and what should not be confused with it?

The Akamai Bot Manager for web API returns cookie values in cookie. Its solution format is cookie. The result is a cookie string for the same browser workflow, not mobile sensor data or a sec-cpt token.

Which external source explains the Akamai Bot Manager for web integration?

Akamai documents Bot Manager as the relevant product family. [Open the Akamai Bot Manager for web reference](https://www.akamai.com/products/bot-manager). EverySolve-specific fields and live availability still come from the type catalog.