You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1234,37 +1243,51 @@ public async mtCaptcha(params: paramsMTCaptcha): Promise<CaptchaAnswer> {
1234
1243
}
1235
1244
1236
1245
/**
1237
-
* ### Solves Cutcaptcha
1238
-
*
1239
-
* @param {{ pageurl, sitekey, userAgent, pingback, proxy, proxytype}} params Parameters MTCaptcha as an object.
1240
-
* @param {string} params.pageurl Full `URL` of the page where you see the captcha.
1241
-
* @param {string} params.sitekey TThe value of `sitekey` parameter found on the page.
1242
-
* @param {string} params.pingback URL for pingback (callback) response that will be sent when captcha is solved. URL should be registered on the server. [More info here](https://2captcha.com/2captcha-api#pingback).
1243
-
* @param {string} params.proxy Format: `login:password@123.123.123.123:3128` You can find more info about proxies [here](https://2captcha.com/2captcha-api#proxies).
1244
-
* @param {string} params.proxytype Type of your proxy: `HTTP`, `HTTPS`, `SOCKS4`, `SOCKS5`.
0 commit comments