IAMHUMAN
Proof of human.
Without the puzzle.
A calm, accessible press-and-hold check for the forms that matter. Register your domain, add one script and verify the result on your server.
Free during preview · No card requiredProtected by PluginLabs · IAMHUMAN
Three steps. One clean handoff.
Your domain, browser and server each have one clear job.
- 01
Register the domain
Create a site key and a private verification secret for one exact hostname.
- 02
Add the widget
Load the IAMHUMAN script and place the press-and-hold control inside your form.
- 03
Verify on your server
Send the response token with your secret before accepting the signup or login.
Add it in minutes.
The public site key belongs in the browser. The private secret stays on your server.
<script src="https://pluginlabs.cloud/iamhuman/widget.js" async></script>
<div class="iamhuman-widget" data-sitekey="pk_live_..."></div>
$response = $_POST['iamhuman_response'] ?? '';
$secret = getenv('IAMHUMAN_SECRET');
$payload = json_encode(['secret' => $secret, 'response' => $response]);
$verify = curl_init('https://pluginlabs.cloud/api/iamhuman/siteverify');
- Drop in the widgetInclude the script and add the widget where the check should appear.
- Verify on your serverSend the response and your secret to the verification endpoint.
- Proceed with confidenceAccept the form only after the server returns success.
Ready to make forms friendlier?
Create your first domain and get the keys at no cost during preview.
Create free site key
