Detect AI-generated and manipulated images at scale. One REST call returns a verdict, Authentic, Likely Synthetic, or Inconclusive, with a confidence-scored TrustScore, in milliseconds.
High accuracy · 60s file purge · Keys hashed at rest
A single POST to /v1/detect/image covers fully AI-generated images and manipulated photos alike. It is the single-modality companion to our full deepfake detection API, and powers the same engine behind our consumer AI image detector.
Flags fully AI-generated images from across MidJourney, DALL-E, Stable Diffusion, Flux, Firefly, Imagen, and Ideogram. The API detects synthetic origin without attributing an image to any specific generator.
Catches edited, composited, and face-swapped photos as well as synthetic faces, not just images that are AI from scratch.
Each call returns one of three verdicts, Authentic, Likely Synthetic, or Inconclusive, alongside a TrustScore from 0 to 100 you can threshold on.
Pass a public or signed image_url, or upload via multipart. We fetch, scan, score, and purge, all within 60 seconds of the verdict unless you opt into retention. Supported formats are JPG, PNG, and WEBP.
| Parameter | Type | Description |
|---|---|---|
| image_url | string | HTTPS URL to the image. Either image_url OR multipart upload required.required* |
| file | multipart | Upload the image directly as multipart form data. JPG, PNG, or WEBP.required* |
| webhook_url | string | Webhook for async jobs. We POST the verdict here when analysis is done. |
| strict_mode | boolean | Lower confidence threshold. Increases recall, may reduce precision. Default false. |
| retain | boolean | Keep the image for audit instead of purging. Default false (60s purge). |
Verdicts map to Authentic / Likely Synthetic / Inconclusive. Files are deleted within 60 seconds of analysis unless retain is set.
Drop image detection into your pipeline with batch processing, webhooks for async jobs, and high throughput at low latency.
Flag AI-generated listings, product shots, and profile photos before they reach buyers.
Catch catfish and synthetic profile photos at signup and on every new upload.
Verify imagery before publication and triage suspect photos at speed.
Screen creative and submitted assets so synthetic imagery never runs under your brand.
Process images one at a time or in batch, register a webhook_url for async results, and scale throughput as your moderation queue grows. Want the science behind the verdict? Read how AI image detectors work.
Same call to detect an AI-generated image, same response shape. Auth, retries, exponential backoff, file streaming, and webhook signature verification handled for you.
Start free with 50 detections per month, no card required. API access begins on Starter at $49/mo, Business is $199/mo, and Enterprise is $599/mo. See full limits on our pricing page.
Free. 50 detections/month in the web app, no card required.
Starter. Adds API access for programmatic image detection.
Business. Higher volume, higher rate limits, batch workflows.
Enterprise. Highest throughput with priority support.
Everything teams ask before they integrate. Comparing tools? See the best AI image detectors.
A REST API that analyzes an image and returns whether it is AI-generated or authentic, with a confidence-scored verdict.
Images from all major generators including MidJourney, DALL-E, Stable Diffusion, Flux, Firefly, Imagen, and Ideogram.
POST an image_url or upload a file to /v1/detect/image with your API key; you get back a JSON verdict (Authentic / Likely Synthetic / Inconclusive) and a TrustScore.
JPG, PNG, and WEBP; size limits depend on your plan.
Most images return in well under a second; use webhooks for large batches.
Yes, teams use it to flag AI-generated and manipulated images in user uploads, listings, and profiles as part of a moderation pipeline.
A free account includes 50 detections/month; API access starts on the Starter plan. Images are deleted from primary storage within 60 seconds of analysis unless you opt into retention.
One REST endpoint, confidence-scored verdicts, webhooks, and SDKs, built for moderation and trust & safety teams.