You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ⚠️ **Deprecated.** Types 2 (Coordinates) and 3 (Image Group) are legacy image-based reCAPTCHA challenge methods that are no longer used at captcha solving. Do not use them for new integrations — use the [reCAPTCHA Token API (v2 & v3)](#recaptcha-token-api) instead.
686
+
687
+
---
688
+
648
689
<aid="recaptcha-token-api"></a>
649
690
### 🔐 reCAPTCHA Token API (v2 & v3)
650
691
651
692
The Token-based API solves reCAPTCHA challenges by returning a token you inject directly into the page form, rather than clicking images. Given a site URL and site key, DBC solves the challenge on its side and returns a token valid for one submission.
652
693
653
694
-**Token Image API**: Provided a site URL and site key, the API returns a token that you use to submit the form on the page with the reCAPTCHA challenge.
695
+
696
+
---
697
+
654
698
<aid="recaptcha-v2-api-faq"></a>
655
699
### ❓ reCAPTCHA v2 API FAQ
656
700
@@ -699,11 +743,17 @@ The token image API response has the same structure as regular captchas' respons
This API extends the reCAPTCHA v2 Token API with two additional parameters: `action` and **minimal score (`min_score`)**.
705
752
reCAPTCHA v3 returns a score from each user, that evaluate if user is a bot or human. Then the website uses the score value that could range from 0 to 1 to decide if will accept or not the requests. Lower scores near to 0 are identified as bot.
706
753
The `action` parameter at reCAPTCHA v3 is an additional data used to separate different captcha validations like for example **login**, **register**, **sales**, **etc**.
754
+
755
+
---
756
+
707
757
<aid="recaptcha-v3-api-faq"></a>
708
758
### ❓ reCAPTCHA v3 API FAQ
709
759
@@ -754,6 +804,8 @@ Full example of **`token_params`**:
754
804
**What's the response from reCAPTCHA v3 API?**
755
805
The response has the same structure as regular captcha. Refer to [Polling for uploaded CAPTCHA status](https://deathbycaptcha.com/api#polling-captcha) for details about the response. The solution will come in the **text** key of the response. It's valid for one use and has a 1 minute lifespan.
756
806
807
+
---
808
+
757
809
<aid="amazon-waf-api-faq"></a>
758
810
### 🛡️ Amazon WAF API (Type 16)
759
811
@@ -821,6 +873,8 @@ With optional `challengejs` and `captchajs`:
0 commit comments