atbCAPTCHAのキャプチャを回避する方法
コードの例:
メソッド: createTask
APIエンドポイント:https://api.2captcha.com/createTask
AtbCaptchaTaskProxyless
{ "clientKey": "YOUR_API_KEY", "task": { "type":"AtbCaptchaTaskProxyless", "appId":"af23e041b22d000a11e22a230fa8991c", "apiServer":"https://cap.aisecurius.com", "websiteURL":"https://www.example.com/" } }
AtbCaptchaTask
{ "clientKey": "YOUR_API_KEY", "task": { "type":"AtbCaptchaTask", "appId":"af23e041b22d000a11e22a230fa8991c", "apiServer":"https://cap.aisecurius.com", "websiteURL":"https://www.example.com/", "proxyType": "http", "proxyAddress": "1.2.3.4", "proxyPort": "8080", "proxyLogin": "user23", "proxyPassword": "p4$w0rd" } }