Verification Dashboard

Track CAPTCHA verification activity and integration status

This Month

0

Verified completions

Plan

Free

Ad-supported verification

Backend

api.rcaptcha.app

Laravel verification API

Integration Code

Add this code to your website to start verifying:

<iframe
  src="${window.location.origin}/widget.html?user_id=YOUR_ID"
  style="width: 320px; height: 200px; border: none;"
  scrolling="no"
></iframe>

How Verification Works

  • Every valid completion returns a token your backend can verify through api.rcaptcha.app
  • rCAPTCHA is free and ad-supported; webmasters are not compensated for verifications
  • Use the verification result before accepting signups, form submissions, or login actions
  • Pair with MagicAuth for passkey-ready global login flows
  • Same IP can only count once per 24 hours (prevents abuse)