There are a few different flavours of reCAPTCHA, but there appears to be two we might be interested in: * https://developers.google.com/recaptcha/docs/v3 - Version 3 returns a score between 0.0 and 1.0 where 1 is a person and 0 is a bot. We can then decide what to do based on this score * https://developers.google.com/recaptcha/docs/invisible - Version 2 invisible presumably scores people in the background mostly and occasionally with a prompt when required
There are a few different flavours of reCAPTCHA, but there appears to be two we might be interested in: