Skip to content

Commit

Permalink
Merge pull request #84 from 2captcha/RC-2717-link-send-get-result
Browse files Browse the repository at this point in the history
RC-2717-link-send-get-result
  • Loading branch information
kratzky committed Jun 4, 2024
2 parents 9e9cac6 + 736370c commit aaa3e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The easiest way to quickly integrate the 2Captcha captcha-solving service into y
- [Cutcaptcha](#cutcaptcha)
- [Tencent](#tencent)
- [Other methods](#other-methods)
- [send / get_result](#send--getresult)
- [send / get_result](#send--get_result)
- [balance](#balance)
- [report](#report)
- [Error handling](#error-handling)
Expand Down Expand Up @@ -81,7 +81,7 @@ solver = TwoCaptcha(**config)
| pollingInterval | 10 | Interval in seconds between requests to `res.php` API endpoint, setting values less than 5 seconds is not recommended |

> **IMPORTANT:** once `callback` is defined for `TwoCaptcha` instance, all methods return only the captcha ID and DO NOT poll the API to get the result. The result will be sent to the callback URL.
To get the answer manually use [get_result method](#send--getresult)
To get the answer manually use [get_result method](#send--get_result)

## Solve captcha
When you submit any image-based captcha use can provide additional options to help 2captcha workers to solve it properly.
Expand Down

0 comments on commit aaa3e6a

Please sign in to comment.