2captcha / 2captcha-php

PHP package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, Cloudflare turnstile, geetest and solve any other captchas.
https://2captcha.com
MIT License
71 stars 45 forks source link

Expose gettaskresult #18

Open reedy opened 2 months ago

reedy commented 2 months ago

https://2captcha.com/api-docs/get-task-result

kratzky commented 2 months ago

The thing is, the module uses API v1 that doesn't have getTaskResult call, it calls res.php endpoint instead, that is basically the same. We do have getResult is it what you're looking for?