CLEVER API & WIDGETS•FOR DEVELOPERS & PARTNERS
Put a Free AI Detector on Your Site in 60 Seconds
Two embeddable widgets — AI Detector and AI Humanizer — in light and dark themes. Copy one snippet, paste it into your page, and it works. Both widgets are completely free.
Free AI Detector and AI Humanizer
Install in under a minute
Light, dark & auto themes
One snippet — script or iframe
Styles never clash with your site
No keys, nothing to configure
Free for every domain • works on WordPress, Webflow, Ghost & plain HTML
Effortless 3-Step Setup
How It Works in 60 Seconds
1
Copy the snippet
Choose between script tag or iframe embed in light or dark theme.
<script src="widget.js">2
Paste it on your page
Place the snippet wherever you want the widget to appear on your website or blog.
yourwebsite.com
3
Visitors get an instant check
Users check any text instantly without leaving your website.
87% AI DetectedLikely AI
Live Embed Generator
Customize Your Widget
Copy Your Embed CodeReady to paste
<script src="https://ai-detector-eight-eta.vercel.app/widget.js" data-widget="detector" data-theme="auto"></script>Live Embedded Widget PreviewOpen in standalone window
https://yourwebsite.com/tools/detector
Developer REST API
Programmatic REST API Endpoints
For backend microservices, Chrome extensions, CMS pipelines, or custom applications.
Your Free Sandbox Developer Key
ck_live_clever_9a4f820c7b134d619985021e
POST /api/v1/detect
curl -X POST https://ai-detector-eight-eta.vercel.app/api/v1/detect \
-H "Authorization: Bearer ck_live_clever_9a4f820c7b134d619985021e" \
-H "Content-Type: application/json" \
-d '{
"text": "Furthermore, artificial intelligence serves as a beacon of innovation in modern academia..."
}'