2CatpchaAPI
2.33 Reviews
FreePrice
Simple HTTP API wrapper for 2captcha.com. An online captcha solving and image recognition service. Developed in .NET C# (compatible with netstandard 1.1/2.0).
Statistics
Comments3
- darkgalz0.5
At the moment it does not work for hcaptcha, consult support to see who responds
- 2754fa74-18d2-45c2-8168-76cd0b27e894@relay.monicz.pl5
You can use the optional httpClient argument in the constructor to pass your own HttpClient object and control timeouts this way. An example code would look like: var captchaCustomHttp = new _2Captcha("API_KEY", new HttpClient());
- Mike Price1.5
OK, but there is no timeout available, so if no response is receieved you have to kill the app and start again