EverySolve CAPTCHA API

Akamai sec-cpt API

EverySolve's Akamai sec-cpt API returns a token for your challenge workflow. Send POST /api/v1/captcha with type set to akamai_sec_cpt and the inputs listed below.

A sec-cpt response is an Akamai intermediate challenge with a challenge cookie and a JSON payload from the blocked response. This task returns a challenge token after the challenge-defined wait. It is separate from the URL-only Akamai web cookie task.

Endpoint
POST /api/v1/captcha
Type
akamai_sec_cpt
Per 1,000 successful solutions
$3.06 per 1,000 successful solutions

Request parameters

Provide sec_cpt and sec_json. This type does not declare optional parameters.

Required parameters

sec_cptsec_json

Optional parameters

akamai_sec_cpt.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_sec_cpt","sec_cpt":"<sec_cpt>","sec_json":"<sec_json>"}'

How to recognize Akamai sec-cpt

A sec-cpt response is an Akamai intermediate challenge with a challenge cookie and a JSON payload from the blocked response.

What makes Akamai sec-cpt different

This task returns a challenge token after the challenge-defined wait. It is separate from the URL-only Akamai web cookie task.

Where the Akamai sec-cpt parameters come from

Copy both sec_cpt and sec_json from the same challenge response; the JSON payload is not a site key.

sec_cptRequired
The sec-cpt challenge value from the blocked Akamai response.
sec_jsonRequired
The JSON challenge payload paired with sec_cpt in that same response.

What the API returns

The Akamai sec-cpt API returns a token in token. Its solution format is token. Submit the token in the field or verification request expected by the target workflow.

Solution shape
token
Solution fields
token

How to use the Akamai sec-cpt API

  1. 01Read GET /api/v1/captcha/types and select the akamai_sec_cpt entry.
  2. 02Send type: "akamai_sec_cpt" and the required parameters to POST /api/v1/captcha.
  3. 03Read a token from token.
  4. 04Submit the token in the field or verification request expected by the target 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 sec-cpt integration questions

How can I identify Akamai sec-cpt before choosing a type?

A sec-cpt response is an Akamai intermediate challenge with a challenge cookie and a JSON payload from the blocked response. Use akamai_sec_cpt only after those signals match the target challenge.

Which target-page values belong in a Akamai sec-cpt request?

Copy both sec_cpt and sec_json from the same challenge response; the JSON payload is not a site key. Provide sec_cpt and sec_json. This type does not declare optional parameters.

What does Akamai sec-cpt return, and what should not be confused with it?

The Akamai sec-cpt API returns a token in token. Its solution format is token. This task returns a challenge token after the challenge-defined wait. It is separate from the URL-only Akamai web cookie task.

Which external source explains the Akamai sec-cpt integration?

Akamai's product page provides first-party context for the protection family. [Open the Akamai sec-cpt reference](https://www.akamai.com/products/bot-manager). EverySolve-specific fields and live availability still come from the type catalog.