CAPTCHAFORUM
Administrator
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:
- Set the method parameter to prosopo.
- Include:
- websiteURL — the page where the captcha appears
- websiteKey — the site key used by ProCaptcha
- proxy — optional, but often required
- Wait for the response.
- 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.