AI Image Detection

Know what's
real.

Upload any image. In seconds, know whether it came from a camera — or was generated by a machine.

Signed in as . Open dashboard.
Check an image free See how it works
AI Generated
Synthetic origin
detected
93%
Confidence
EXIF integrity
0.04
Freq. artifacts
0.91
Noise profile
0.88
Provenance
0.02
94%Detection accuracy
<2sResponse time
6Signal layers
How it works

Six signals.
One verdict.

01

Upload your image

JPG, PNG, WebP up to 20MB. No account needed for your first five checks.

02

EXIF & metadata scan

Camera model, GPS, software tags, timestamps. AI images carry no sensor history.

03

Frequency domain analysis

Generative models leave invisible artifacts in pixel frequencies — wrong noise, unnatural smoothness. We see them.

04

Verdict in under 2 seconds

A confidence score, full signal breakdown, and a clean shareable result card.

AI Generated
Synthetic origin
detected
93%
Confidence
EXIF integrity0.04
Freq. artifacts0.91
Noise profile0.88
Provenance0.02
Semantic coherence0.79
Try it now

Drop an image.
Know the truth.

5 free checks daily · No account needed

Drop your image here

or click to browse · JPG PNG WebP · max 20MB

Confidence
Checked image
Pricing

Simple.
No surprises.

Monthly
Yearly Save 20%

Free

$0

Five checks a day. No card required. Just the truth.

Get started
  • 5 image checks per day
  • AI vs real verdict
  • Confidence score
  • No account needed
Most popular

Pro

$6/mo

Unlimited checks, history, clean shareable cards, and the browser extension.

Launch Pro
  • Unlimited checks
  • Full 6-signal breakdown
  • Check history & audit trail
  • Clean shareable card
  • Browser extension
  • Priority processing

API

$0.12/call

Build detection into your platform. Pay only for what you use.

Get API key
  • Pay-as-you-go credits
  • Full JSON response
  • Webhook support
  • Volume discounts
  • SLA on request
Developer API

One endpoint.
Full signal.

Drop detection into any product with a single POST. Works with any language, any stack.

$0.08–0.15 per call · volume discounts
<2s p95 response latency
Verdict + confidence + 6 signals
Async webhook support
Get API key
POST /api/detect 200 OK
{
  "verdict": "likely_ai",
  "confidence": 0.93,
  "signals": {
    "exif_integrity": 0.04,
    "frequency_score": 0.91,
    "noise_profile": 0.88,
    "provenance": 0.02,
    "semantic": 0.79,
    "c2pa_verified": false
  },
  "latency_ms": 847
}