1111The easiest way to quickly integrate [ 2Captcha] into your code to automate solving of any types of captcha.
1212Examples of API requests for different captcha types are available on the [ C# captcha solver] ( https://2captcha.com/lang/csharp ) page.
1313
14- - [ C# Module for 2Captcha API (captcha solver)] ( #c-module-for-2captcha-api-captcha-solver )
14+ - [ C# Module for 2Captcha API (captcha solver)] ( #c-module-for-2captcha-api-captcha-solver )
1515 - [ Installation] ( #installation )
1616 - [ Configuration] ( #configuration )
1717 - [ TwoCaptcha instance options] ( #twocaptcha-instance-options )
@@ -37,16 +37,17 @@ Examples of API requests for different captcha types are available on the [C# ca
3737 - [ Lemin] ( #lemin )
3838 - [ Turnstile] ( #turnstile )
3939 - [ AmazonWaf] ( #amazonwaf )
40+ - [ Friendly Captcha] ( #friendly-captcha )
4041 - [ Other methods] ( #other-methods )
4142 - [ send / getResult] ( #send--getresult )
4243 - [ balance] ( #balance )
4344 - [ report] ( #report )
4445 - [ Proxies] ( #proxies )
4546 - [ Error handling] ( #error-handling )
46- - [ Get in touch] ( #get-in-touch )
47- - [ Join the team 👪] ( #join-the-team- )
47+ - [ Get in touch] ( #get-in-touch )
48+ - [ Join the team 👪] ( #join-the-team- )
4849- [ License] ( #license )
49- - [ Graphics and Trademarks] ( #graphics-and-trademarks )
50+ - [ Graphics and Trademarks] ( #graphics-and-trademarks )
5051
5152## Installation
5253Install nuget package from [ nuget]
@@ -343,6 +344,15 @@ captcha.SetContext("test_iv");
343344captcha .SetIV (" test_context" );
344345```
345346
347+ ### Friendly Captcha
348+ Use this method to solve Friendly Captcha. Returns a token to bypass the captcha.
349+
350+ ``` csharp
351+ FriendlyCaptcha captcha = new FriendlyCaptcha ();
352+ captcha .SetSiteKey (" 2FZFEVS1FZCGQ9" );
353+ captcha .SetUrl (" https://example.com" );
354+ ```
355+
346356
347357## Other methods
348358
0 commit comments