Vercel BotID
Tasks•Updated 3/29/2026
POST
https://solver.solverify.net/createTask
- Parameters:
clientKey- Your API keywebsiteURL- The full URL of the target web page protected by Vercel Security Checkpointuseragent- 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": "vercel",
"websiteURL": "https://packdraw.com/",
"useragent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.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": {
"cookies": {
"_vcrcs": "1.1774796967.3600.ZWQ2YTk3NmZhZWI2NTc3Y2U4ZmY2OWYyM2U4NzQyNT...",
"NEXT_LOCALE": "en"
},
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36"
},
"errorCode": null,
"errorDescription": null
}