AttentionWe can provide BMP for certain clients too, so contact our support if you need it.
Create Task
Create the task with the createTask endpoint, or use our Software Development Kit to make your integration process even easierTask Structure
| Property | Type | Required | Description |
|---|---|---|---|
type | String | Yes | The task type that you want to engange. |
url | String | Yes | Your target website, make sure it’s the full URL. |
abck | String | Yes | The initial _abck cookie that you retrieved. |
bmsz | string | Yes | The initial bm_sz cookie that you retrieved. |
script | String | Yes | The complete script fetched from Akamai. |
sensor_url | String | Yes | The full akamai URL, this is dynamic. |
count | Integer | Yes | First request should always be 0, then increase. |
data | String | Yes | Should be empty on first request. |
user_agent | String | No | Your chrome user-agent. |
These user agents have given our users the best results.
These user agents have given our users the best results.
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36
Example Request
Example Response
taskId- Unique identifier for this task. Use this to retrieve results.
Getting Results
Retrieve the results using the getTaskResult method. or use our Software Development Kit to make your integration process even easier!Example Request
Example Response
data- Data that needs to be on the second payload generation to our API.payload- The payload you have to post to the akamai URL.user-agent- The user-agent used to create the payload.
Quick Start Example
We have examples for all our tasks to streamline integration. Feel free to check them out!Akamai Web Examples
All our Akamai Web Examples can be found here!