MTCaptcha迂回APIサービス
コードの例:
メソッド: createTask
APIエンドポイント:https://api.2captcha.com/createTaskMtCaptchaTaskProxyless
{ "clientKey": "{{clientKey}}", "task": { "type": "MtCaptchaTaskProxyless", "websiteURL": "https://service.mtcaptcha.com/mtcv1/demo/index.html", "websiteKey": "MTPublic-DemoKey9M" } }MtCaptchaTask
{ "clientKey": "{{clientKey}}", "task": { "type": "MtCaptchaTask", "websiteURL": "https://service.mtcaptcha.com/mtcv1/demo/index.html", "websiteKey": "MTPublic-DemoKey9M", "proxyType":"http", "proxyAddress":"1.2.3.4", "proxyPort":"8080", "proxyLogin":"user23", "proxyPassword":"p4$w0rd" } }