AWS WAF Solver Task (Requires your own proxies) & Required Parameters
Rest API Endpoint: https://captcha.datalabs.net/createTask
Creating The Task
POST https://captcha.datalabs.net/createTaskHost: captcha.datalabs.netContent-Type: application/json{"clientKey":"YOUR_API_KEY","task": {"type":"AntiImpervaTask","websiteUrl":"https://example.com/", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36",
"utmvc":true,"reese84":true,"reeseScriptUrl":"https://exampe.com/random-words-and-dashes-blah-blah?d=exampe.com","cookies": [ {"name":"cookieName","value":"cookieValue" } ],"proxyType":"http","proxyAddress":"1.1.1.1","proxyPort":"9999","proxyLogin":"username","proxyPassword":"password", }}
Task Parameter Table
Task Created Response
{"errorId":0,"taskId":997993082}
Retrieving the Solution
POST https://captcha.datalabs.net/getTaskResultHost: captcha.datalabs.netContent-Type: application/json{"clientKey":"DATALABS_API_KEY","taskId":"997993082"}