aiCaptcha uses advanced AI and server-side fingerprinting to automatically verify users without disrupting their experience.
See how aiCaptcha works right here
Everything you need to protect your forms
aiCaptcha uses a combination of AI and server-side fingerprinting to provide seamless protection against bots without annoying your users.
How aiCaptcha Works
Get up and running with aiCaptcha in minutes with our easy integration process.
Create an account and register your website to receive your unique site key and secret key.
Include the aiCaptcha script and add the div element with your site key to your forms.
<script src="https://aicaptcha.site/api.js" async></script> <div data-sitekey="YOUR_SITE_KEY" class="ai-captcha"></div>
Use your secret key to verify the token on your server when processing form submissions.
// PHP Example $secret_key = "YOUR_SECRET_KEY"; $verify = file_get_contents( 'https://aicaptcha.site/verify-token?secret=' . $secret_key . '&response=' . $_POST['ai-captcha-response'] ); $response = json_decode($verify); if ($response->success) { // Human verified - process form }
Simple, transparent pricing
Choose the plan that works best for your website needs.
$0 /month
Perfect for personal websites and small projects.
$29 /month
For businesses with high traffic needs.