どのようにProsopo Procaptchaをバイパスするには
コードの例:
メソッド: createTask
APIエンドポイント:https://api.2captcha.com/createTask
ProsopoTaskProxyless
{ "clientKey": "YOUR_API_KEY", "task": { "type":"ProsopoTaskProxyless", "websiteKey":"5EPQoMZEDc5LpN7gtxMMzYPTzA6UeWqL2stk1rso9gy4Ahqt", "websiteURL":"https://www.example.com/" } }
ProsopoTask
{ "clientKey": "YOUR_API_KEY", "task": { "type":"ProsopoTask", "websiteKey":"5EPQoMZEDc5LpN7gtxMMzYPTzA6UeWqL2stk1rso9gy4Ahqt", "websiteURL":"https://www.example.com/", "proxyType": "http", "proxyAddress": "1.2.3.4", "proxyPort": "8080", "proxyLogin": "user23", "proxyPassword": "p4$w0rd" } }
応答の例
{ "errorId": 0, "status": "ready", "solution": { "token": "sl191suxzluwxxh6f:" }, "cost": "0.00299", "ip": "1.2.3.4", "createTime": 1692863536, "endTime": 1692863556, "solveCount": 1 }