---
title: "Generate reese84 sensor"
method: POST
path: "/reese84"
---

# Generate reese84 sensor

`POST /reese84`

Generates sensor data that should be posted in order to acquire valid "reese84" cookies

## Headers

- `Content-Type` 'application/json', required
- `x-api-key` string, required

## Request body

- object
  - `userAgent` string, required — The userAgent that you're using for the entire session
  - `pageUrl` string, required — Your page URL.
  - `script` string, required — The script content as a string.
  - `scriptUrl` string, required — The script url where you got the script contents from.
  - `ip` string, required — The IP that is used to post the sensor data to the target site. You can use /ip to get the IP from a connection. If you are not using proxies, this will be the IPv4 or IPv6 address of your pc.
  - `acceptLanguage` string, required — Your accept-language header.
  - `pow` string — The pow string fetched from incapsula resource.

## Response `200`

OK Sensor data successfully generated

- object
  - `payload` string — The generated sensor data

## Other responses

- `400` — Bad Request Error occurred
- `403` — Forbidden Authentication error

---

[API](https://skmtc.net/hypersolutions/apis/akm-sensor-data-and-pixel-payload-api.md) · [All operations](https://skmtc.net/hypersolutions/apis/akm-sensor-data-and-pixel-payload-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hypersolutions/akm-sensor-data-and-pixel-payload-api/versions/a4f8dd4657f6/schema)
