diff --git a/README.md b/README.md
index 27ed5fe..d0c9823 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ Need help integrating with your Python app or automation tools? [Open an issue](
- [Text Captcha](#text-captcha)
- [reCAPTCHA v2](#recaptcha-v2)
- [reCAPTCHA v3](#recaptcha-v3)
+ - [hCaptcha](#hcaptcha)
- [FunCaptcha](#funcaptcha)
- [GeeTest](#geetest)
- [GeeTest v4](#geetest-v4)
@@ -206,6 +207,24 @@ result = solver.recaptcha(sitekey='6Le-wvkSVVABCPBMRTvw0Q4Muexq1bi0DJwx_mJ-',
param1=..., ...)
```
+### hCaptcha
+
+[API method description.](https://solvecaptcha.com/captcha-solver-api#solving_hcaptcha)
+
+Use the following method to solve hCaptcha and retrieve a token for bypassing the protection.
+
+```python
+result = solver.hcaptcha(sitekey='bf8ccfbf-6a05-45f6-982a-7a7964c2f50c',
+ url='https://portalunico.siscomex.gov.br',
+ invisible=0,
+ domain='hcaptcha.com',
+ # proxy={
+ # 'type': 'HTTPS',
+ # 'uri': 'login:password@IP_address:PORT'
+ # }
+ )
+```
+
### FunCaptcha
[API method description.](https://solvecaptcha.com/captcha-solver-api#solving_funcaptcha_new)