Integrate AI image detection into your app. One endpoint, real-time results, 94%+ accuracy.
curl -X POST https://truthlensbyai.online/api/detect \
-H "X-API-Key: YOUR_API_KEY" \
-F "image=@photo.jpg"
# Response
{
"aiScore": 87,
"verdict": "ai",
"classes": [
{ "class": "ai_generated", "score": 0.87 },
{ "class": "not_ai_generated", "score": 0.13 }
]
}curl -X POST https://truthlensbyai.online/api/detect \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/suspicious-image.jpg"}'Sign up โ Dashboard โ Your API key is auto-generated. Use it in the X-API-Key header.
Go to Dashboard โ