Trigger scans from 6,000+ apps
Connect TruthLens to Gmail, Slack, Google Sheets, Airtable, and thousands more. No code required.
Direct HTTP integration. One endpoint, X-API-Key header. 94%+ accuracy.
Simple POST request to /api/scan with your X-API-Key header. Returns JSON with AI probability, model attribution, and forensic signals.
Real-time POST to your URL on every scan completion
Configure a webhook URL in your dashboard. We send a signed POST with full scan results the moment analysis completes.
💬Slack
Scan images posted in channels automatically
🎮Discord
Bot command to verify images in real-time
🔗Make (Integromat)
Visual automation builder with TruthLens nodes
🤖n8n
Self-hosted workflow automation support
📝Notion
Embed scan results directly into Notion pages
🌐WordPress
Plugin to auto-scan uploaded media
🎨Webflow
Native integration for Webflow CMS assets
📊CSV Export
Bulk export scan history as CSV
🧩Chrome Extension
Right-click any image to scan it with TruthLens
API Quick Start
curl -X POST https://truthlensbyai.online/api/scan \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/image.jpg"}'Get your API key from the dashboard. Pro plan and above required. Full API documentation