Free CAPTCHA for the MagicAuth Network

Modern bot protection for sites that want simple verification, passkey-ready login flows, and clear setup. rCAPTCHA is free and ad-supported.

Why RCaptcha?

Free & Unlimited

100% free, unlimited verifications. You never pay a dime. Perfect for any site, any scale.

Built for Global Logins

Works with MagicAuth so verified users can move toward passkeys and seamless login across websites in the Rewarders network.

Lightning Fast

Served from Cloudflare Pages as a static frontend, with verification handled by the Laravel API host.

Try It Yourself

Click the checkbox below to see rCAPTCHA in action!

Easy Integration

HTML
<!-- Include RCaptcha widget -->
<script src="https://rcaptcha.app/embed.js"></script>
<div class="rcaptcha"
     data-service="your-site"
     data-callback="onRcaptchaVerified">
</div>

API Endpoint

POST https://api.rcaptcha.app/rcaptcha/verify

Verify a widget completion from your backend. Keep this server-side so your site can trust the result before creating a session or accepting a sensitive action.

curl -X POST https://api.rcaptcha.app/rcaptcha/verify \
  -H "Content-Type: application/json" \
  -d '{"publisher_id":123,"solution":"verified","ad_loaded":true,"solve_time_ms":1800,"timestamp":1760000000000}'
Token validation on the Laravel API host
Rate limiting
Designed to pair with MagicAuth passkey login

Free, Simple Protection

Start protecting your site today. rCAPTCHA is free and does not pay webmasters for verifications.

Free

Free

$0 /month

Forever Free

  • Unlimited verifications - No limits, ever
  • Browser-based PoW protection against bots
  • Verification dashboard and integration tools
  • Easy integration - Just copy & paste
  • Global CDN delivery - Lightning fast worldwide
Get Started Free

Need enterprise features or custom solutions? Contact us

Latest from Our Blog

Learn about bot detection, CAPTCHA technology, and online security

How Behavioral Analysis Works

Unlike traditional CAPTCHAs that rely on image recognition, behavioral analysis examines how users interact with verification challenges to distinguish humans from bots.

Read More

Ready to Get Started?

Try the demo above and get your free API key instantly via email!

Try Demo Now ->