Akamai v1

Sensor data for version 1.69, 1.7, 1.75

POST https://api.antibot.to/akamai/generate

Headers

Name
Type
Description

content-type*

String

application/json

apikey*

String

user-75188a82-fc45-4c4c-89a0-fa92ac65a8f4

Request Body

Name
Type
Description

abck*

String

_abck cookie

url*

String

site URL

init

bool

first request

userAgent*

String

latest user Agent

version*

Int

Akamai version (1.69, 1.7, 1.75)

{
    "sensor": "sensorData",
    "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36"
}

Code Example

Node JS

Last updated