You should be able to pass the return_id option to all captcha solving methods, otherwise there's no way to report a good or bad captcha answer.
I've been told that it's recommended to report all captchas as good or bad, so maybe instead of 1 method that does it all, the default behavior should involve 3 steps: first send the request and return the id, then get the token, and then report its effectiveness.
You could also return the id and token on a single method.
You should be able to pass the return_id option to all captcha solving methods, otherwise there's no way to report a good or bad captcha answer.
I've been told that it's recommended to report all captchas as good or bad, so maybe instead of 1 method that does it all, the default behavior should involve 3 steps: first send the request and return the id, then get the token, and then report its effectiveness.
You could also return the id and token on a single method.