Skip to main content

Switch from Other Captcha Services to AI Captcha

AI Captcha provides seamless migration paths from popular captcha services, allowing you to upgrade to our advanced AI-powered solution with minimal code changes.

Migration Overview

Switching to AI Captcha typically involves:

  1. Registration: Create an account and obtain your site key from the AI Captcha Console
  2. Script Update: Replace the existing captcha script with AI Captcha's API
  3. Configuration: Update site keys and adjust parameters as needed
  4. Server-side Changes: Modify verification endpoints to use AI Captcha's API
  5. Testing: Thoroughly test the integration before going live

Update Client-Side Integration

  1. Replace the existing captcha script with AI Captcha's API
<script src="https://static1.aicaptcha.net/v1/api.js" async defer></script>
  1. Replace the parameter name: g-recaptcha or h-captcha becomes ai-captcha

  2. Replace site keys and adjust parameters as needed

Update Server-Side Integration

  1. Update the site secret key that corresponds to your site key. You can obtain this from the AI Captcha Console site details page
  2. Update siteverify URL to https://api1.aicaptcha.net/siteverify