Support for ProCaptcha (Prosopo) Now Available

CAPTCHAFORUM

Administrator
1748522373411.png

https://2captcha.com/blog/procaptcha-prosopo

We’re pleased to announce that 2Captcha now supports solving ProCaptcha, also known as Prosopo — a new type of CAPTCHA increasingly used by DApps and blockchain platforms.

ProCaptcha is an image-based verification system built for the decentralized web. Unlike traditional CAPTCHAs, it challenges users to identify visual patterns or shapes, making it more resistant to automation — until now.


Bypass ProCaptcha with 2Captcha​

You can now solve ProCaptcha through our API. Simply send a request, and we'll return a solution token you can use to complete the challenge.


How it works:
  1. Set the method parameter to prosopo.
  2. Include:
    • websiteURL — the page where the captcha appears
    • websiteKey — the site key used by ProCaptcha
    • proxy — optional, but often required
  3. Wait for the response.
  4. Submit the returned token to the target site.

Example request:
Code:
{
"key": "YOUR_API_KEY",
"method": "prosopo",
"websiteURL": "https://example-dapp.com",
"websiteKey": "0x123456789abcdef...",
"proxy": "login:password@IP:PORT"
}

Full integration instructions are available in our ProCaptcha API documentation.




With ProCaptcha becoming more common in Web3 environments, legitimate automation can be disrupted. 2Captcha helps you bypass these challenges reliably — just like with reCAPTCHA, hCaptcha, or Cloudflare Turnstile.


Need help? Contact our support team by submitting a ticket.