Elpis Digital Marketing
Dubai · Sharjah · UAE
Book a call

Free Tool · PDF Audit Export · No Signup

Advanced AI Image Detector.

Upload any image for comprehensive forensic AI detection. We fuse free neural AI model classification with Google SynthID watermark detection, C2PA content credentials, embedded PNG workflow extraction, and sensor noise forensics. Download exportable PDF audit reports instantly.

Upload Image

Drag & drop an image here, or click to browse

Supports JPEG, PNG, WebP, AVIF, BMP, TIFF · Max 25 MB

Browse files
Forensic Engine

Our multi-layer detection engine analyzes your upload across 6 verification layers:

  • Neural AI Inference API classification
  • Google SynthID imperceptible watermark scan
  • C2PA / JUMBF cryptographic content credentials
  • ComfyUI, Automatic1111 & Midjourney PNG workflow recovery
  • Camera hardware EXIF verification & PRNU noise forensics
  • Downloadable PDF audit certificate report

Uploaded files are analyzed transiently and deleted immediately after the scan — nothing is stored permanently. When the optional neural classification layer is enabled, image data is transmitted securely (TLS) to the inference provider solely for classification and never retained.

Upload an image to perform forensic analysis

AI probability score, SynthID/C2PA verification, breakdown & PDF report export

01 Forensic Architecture

Multi-layer AI detection
& exportable PDF reporting.

Google SynthID & C2PA

Detects imperceptible digital watermarks and cryptographic provenance data embedded by Google Imagen, Gemini, Veo, DALL-E 3, and Adobe Firefly.

Neural AI Model API

Integrates free open-weight AI image classification inference APIs fused with server-side forensic analysis for maximum detection confidence.

PNG Workflow Extraction

Recovers embedded generation prompts, seed values, CFG scale, and model hashes from ComfyUI, Automatic1111, and Midjourney PNG chunks.

PRNU Sensor Noise Forensics

Analyzes Photo Response Non-Uniformity (PRNU) noise variance — synthetic images feature smooth diffusion noise, real photos feature physical camera sensor noise.

Exportable PDF Audit Reports

Instantly generate and download a professional PDF audit report detailing AI probability scores, detected source models, and itemized forensic signals.

Privacy-First Execution

Uploaded files are analyzed in-memory and immediately discarded. No permanent file retention, no tracking, 100% confidential.

02 Developer Integration

Free Public AI Detector API.

Integrate automated AI image detection directly into your web applications, CMS, or security pipelines. Free for public use with zero registration or API key required.

POST https://elpis.ae/ai-detect-api
30 req/min limit 25 MB max size No API key needed
curl -X POST https://elpis.ae/ai-detect-api \
  -F "image=@/path/to/photo.jpg"
const formData = new FormData();
formData.append('image', fileInput.files[0]);

const response = await fetch('https://elpis.ae/ai-detect-api', {
  method: 'POST',
  body: formData
});
const data = await response.json();
console.log(data.verdict_label, data.confidence + '%');
import requests

url = "https://elpis.ae/ai-detect-api"
files = {"image": open("sample.jpg", "rb")}

response = requests.post(url, files=files)
data = response.json()

print(f"Verdict: {data['verdict_label']} ({data['confidence']}%)")
$ch = curl_init('https://elpis.ae/ai-detect-api');
curl_setopt_array($ch, [
    CURLOPT_POST => true,
    CURLOPT_RETURNTRANSFER => true,
    CURLOPT_POSTFIELDS => [
        'image' => new CURLFile('/path/to/image.jpg')
    ]
]);
$response = curl_exec($ch);
$data = json_decode($response, true);
echo "Verdict: " . $data['verdict_label'];
const axios = require('axios');
const FormData = require('form-data');
const fs = require('fs');

const form = new FormData();
form.append('image', fs.createReadStream('sample.jpg'));

axios.post('https://elpis.ae/ai-detect-api', form, {
  headers: form.getHeaders()
}).then(res => console.log(res.data));
Live API Playground Endpoint Ready
// Live JSON response payload will appear here...
// Select an image above and click "Send Live Request"

Zero Storage · 100% Confidential

Transient Processing & Instant Data Erasure.

Your privacy and data security are our highest priority. Uploaded files, EXIF metadata, and forensic scans are processed transiently during the request only — the file is deleted the moment analysis completes. Nothing is saved or stored on our servers.

Instant Session Erasure As soon as your browser session is refreshed, navigated away from, or closed, all transient analysis data is permanently purged.
No File Persistence Uploaded images exist only as a temporary file for the duration of the scan and are automatically deleted the instant the request completes.
No Training or Re-use We never use your uploaded files for AI training, model dataset building, logging, or marketing. Optional neural classification transmits image data securely to the inference provider for classification only — never retained.

Elpis Suite · Free Marketing Utilities

Need a custom tool or
automated growth system?

We engineer custom internal web tools, headless platforms, and automated marketing pipelines for high-growth GCC brands and enterprises.