Skip to content

Commit 588680e

Browse files
committed
docs: new support method Yandex Smart
1 parent c635703 commit 588680e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Examples of API requests for different captcha types are available on the [Pytho
2626
- [FunCaptcha](#funcaptcha)
2727
- [GeeTest](#geetest)
2828
- [GeeTest v4](#geetest-v4)
29+
- [Yandex Smart](#yandex-smart)
2930
- [Lemin Cropped Captcha](#lemin-cropped-captcha)
3031
- [Cloudflare Turnstile](#cloudflare-turnstile)
3132
- [Amazon WAF](#amazon-waf)
@@ -240,6 +241,18 @@ result = solver.lemin(captcha_id='CROPPED_1abcd2f_a1234b567c890d12ef3a456bc78d90
240241
241242
```
242243

244+
### Yandex Smart
245+
246+
<sup>[API method description.](https://2captcha.com/2captcha-api#yandex-smart)</sup>
247+
248+
Use this method to solve Yandex Smart Captcha. Returns JSON with the token.
249+
```python
250+
result = solver.yandex_smart(sitekey='0x1AAAAh45AAAAkg0s2VIOD34y5hy4h4h',
251+
url='http://mysite.com/',
252+
softId=123,
253+
proxy={'type': 'HTTPS', 'uri': 'login:password@IP_address:PORT'},
254+
userAgent='Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36')
255+
```
243256

244257
### Cloudflare Turnstile
245258

0 commit comments

Comments
 (0)