CyberSiARA CAPTCHA bypass API service
Request examples:
Method: createTask
API endpoint:https://api.2captcha.com/createTask
AntiCyberSiAraTaskProxyLess
{ "clientKey":"YOUR_API_KEY", "task": { "type":"AntiCyberSiAraTaskProxyless", "websiteURL":"https://www.cybersiara.com/book-a-demo", "SlideMasterUrlId":"OXR2LVNvCuXykkZbB8KZIfh162sNT8S2", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" } }
AntiCyberSiAraTask
{ "clientKey":"YOUR_API_KEY", "task": { "type":"AntiCyberSiAraTask", "websiteURL":"https://www.cybersiara.com/book-a-demo", "SlideMasterUrlId":"OXR2LVNvCuXykkZbB8KZIfh162sNT8S2", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36", "proxyType":"http", "proxyAddress":"1.2.3.4", "proxyPort":"8080", "proxyLogin":"user23", "proxyPassword":"p4$w0rd" } }
Response example
{ "errorId": 0, "status": "ready", "solution": { "token": "eyJhbGciO...Tc4NTM3MQ==" }, "cost": "0.00299", "ip": "1.2.3.4", "createTime": 1692863536, "endTime": 1692863556, "solveCount": 1 }