2Captcha
Endpoints
Ungrouped Endpoints 6
What is the 2Captcha API?
2Captcha is a human-powered image and CAPTCHA recognition service. 2Captcha's main purpose is solving your CAPTCHAs in a quick and accurate way by human employees, but the service is not limited only to CAPTCHA solving. You can convert to text any image that a human can recognize.
2Captcha API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.
2Captcha API endpoints
- POST
/normal_captchaNormal CAPTCHA
Normal CAPTCHA is an image that contains distored but human-readable text. To solve the captcha user have to type the text from the image. (body = image base64) Normal CAPTCHA is an image that contains distored but human-readable text. To solve the captcha user have to type the text from the image. (body = image base64)
- GET
/cloudflare_turnstileCloudflare Turnstile
Token-based method to bypass Cloudflare Turnstile. Both the standalone captcha and challenge mode are supported.
- GET
/hcaptchahCaptcha
Token-based method to bypass hCaptcha. The method is quite similar to reCAPTCHA V2. The token can be used on the target website inside h-captcha-response form field or passed to a callback function. It's recommended to use the userAgent value together with the token.
- GET
/recaptcha_v2reCAPTCHA V2
Token-based method for automated solving of reCAPTCHA V2.
- GET
/recaptcha_v2_enterprisereCAPTCHA V2 Enterprise
Token-based method for automated solving of reCAPTCHA V2 Enterprise.
- GET
/recaptcha_v3reCAPTCHA V3
Token-based method for automated solving of reCAPTCHA V3.