@@ -42,6 +42,7 @@ Examples of API requests for different captcha types are available on the [Pytho
42
42
- [ Cutcaptcha] ( #cutcaptcha )
43
43
- [ Tencent] ( #tencent )
44
44
- [ Datadome] ( #datadome )
45
+ - [ CyberSiARA] ( #cybersiara )
45
46
- [ Other methods] ( #other-methods )
46
47
- [ send / get_result] ( #send--get_result )
47
48
- [ balance] ( #balance )
@@ -428,6 +429,18 @@ result = solver.datadome(captcha_url="https://geo.captcha-delivery.com/captcha/?
428
429
param1 = ... , ... )
429
430
```
430
431
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
+
431
444
## Other methods
432
445
433
446
### send / get_result
@@ -501,7 +514,8 @@ except TimeoutException as e:
501
514
## Proxies
502
515
503
516
You 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
+
505
519
506
520
The proxy will be forwarded to the API to solve the captcha.
507
521
0 commit comments