Akamai
Tasks•Updated 3/28/2026
POST
https://solver.solverify.net/createTask
- Parameters:
clientKey- Your API keywebsiteURL- The full URL of the target web page protected by Akamaiuseragent- User-Agent string to use for the request (optional)proxyType- Proxy type allowed: httpproxyAddress- Proxy IP address or hostnameproxyPort- Proxy portproxyLogin- Login for proxy (optional)proxyPassword- Password for proxy (optional)
Example:
{
"clientKey": "YOUR_API_KEY",
"task": {
"type": "akamai",
"websiteURL": "https://www.godaddy.com/",
"useragent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36",
"proxyType": "http",
"proxyAddress": "1.1.1.1",
"proxyPort": "8080",
"proxyLogin": "username",
"proxyPassword": "password"
}
}
Response Example:
{
"errorId": 0,
"taskId": "UUID"
}
Result Example:
{
"errorId": 0,
"status": "completed",
"solution": {
"value": "",
"cookies": {
"_abck": "D9510DC4D434428407C86AB269DE00FB~-1~YAAQ...",
"ak_bmsc": "2A211393DCE7882215589B02B341941D~000000...",
"bm_sz": "969BC97CE529B4D5B3524F8B41F04205~YAAQ...",
"bm_sv": "B6B6A9EFABD89B9F4940BE6CC13198C3~YAAQ..."
},
"useragent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
},
"errorCode": null,
"errorDescription": null
}