@@ -42,6 +42,7 @@ Examples of API requests for different captcha types are available on the [Pytho
4242 - [ Cutcaptcha] ( #cutcaptcha )
4343 - [ Tencent] ( #tencent )
4444 - [ Datadome] ( #datadome )
45+ - [ CyberSiARA] ( #cybersiara )
4546 - [ Other methods] ( #other-methods )
4647 - [ send / get_result] ( #send--get_result )
4748 - [ balance] ( #balance )
@@ -428,6 +429,18 @@ result = solver.datadome(captcha_url="https://geo.captcha-delivery.com/captcha/?
428429 param1 = ... , ... )
429430```
430431
432+ ### CyberSiARA
433+
434+ <sup >[ API method description.] ( https://2captcha.com/2captcha-api#cybersiara ) </sup >
435+
436+ Use this method to solve CyberSiARA. Returns a token.
437+ ``` python
438+ result = solver.cybersiara(master_url_id = ' tpjOCKjjpdzv3d8Ub2E9COEWKt1vl1Mv' ,
439+ pageurl = ' https://demo.mycybersiara.com/' ,
440+ userAgent = ' Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' ,
441+ param1 = ... , ... )
442+ ```
443+
431444## Other methods
432445
433446### send / get_result
@@ -501,7 +514,8 @@ except TimeoutException as e:
501514## Proxies
502515
503516You can pass your proxy as an additional argument for the following methods: recaptcha, funcaptcha, geetest, geetest v4, hcaptcha,
504- keycaptcha, capy puzzle, lemin, atbcaptcha, turnstile, amazon waf, mtcaptcha, friendly captcha, cutcaptcha, Tencent, DataDome.
517+ keycaptcha, capy puzzle, lemin, atbcaptcha, turnstile, amazon waf, mtcaptcha, friendly captcha, cutcaptcha, Tencent, DataDome, cybersiara.
518+
505519
506520The proxy will be forwarded to the API to solve the captcha.
507521
0 commit comments