CAPTCHAFORUM
Administrator
Api2Captcha is an implementation of the 2Captcha service api v2.
Installation
You can find this project on NuGet.
Usage Example
Code:
string apiKey = "2CaptchaKey";
string captchaUrl = "https://www.google.com/recaptcha/api2/demo";
string datasiteKey = "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-";
CaptchaSolver solver = new CaptchaSolver(apiKey);
CaptchaResponse response = await solver.SolveCaptcha(datasiteKey, captchaUrl).ConfigureAwait(false);
Documentation https://githubmemory.com/repo/dascia/Api2Captcha