AI Image Detector - Synthetic Image Verification avatar

AI Image Detector - Synthetic Image Verification

Pricing

$10.00 / 1,000 ai image detections

Go to Apify Store
AI Image Detector - Synthetic Image Verification

AI Image Detector - Synthetic Image Verification

Detect whether an image is AI-generated (Midjourney, DALL-E, Stable Diffusion, Flux). Supports public image URLs and base64 payloads.

Pricing

$10.00 / 1,000 ai image detections

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

๐ŸŽจ AI Image Detector - Synthetic Image Verification Actor

Detect whether any image is AI-generated (Midjourney, DALL-E, Stable Diffusion, Flux, Ideogram) using ZeroGPT's multi-layered machine learning detection engine. Supports public image URLs and base64 strings.


๐Ÿš€ What it does

  1. Detects AI-Generated Images: Identifies synthetic images created by popular AI models including Midjourney (v4, v5, v6), DALL-E 2/3, Stable Diffusion (1.5, XL, 3), Flux.1, Ideogram, Firefly, Google Imagen, and Leonardo AI.
  2. Multi-Payload Input: Supports both public HTTP/HTTPS image URLs (image_url) and raw base64 data strings (image_base64).
  3. Statistical AI Probability: Calculates a continuous AI probability percentage (0.0% to 100.0%).
  4. Forensic Analysis Breakdown: Returns complete multi-layer detection signals including machine learning model ratings, OCR text overlays, EXIF metadata inspection, and anti-tamper warning metrics.

๐Ÿ’ผ What people use it for

  • UGC & Community Moderation: Screen user avatars, media posts, and forum uploads for synthetic content.
  • E-Commerce & Marketplace Safety: Audit product photography and identity document uploads to block fraud.
  • Research & Provenance: Track AI-generated visual media across pipeline workflows.
  • Stock & Media License Audit: Verify authenticity of creative assets and photography.

๐Ÿง  Decision Rule

Check if is_ai_generated === true OR ai_probability >= 50.0. If matched, dynamically mark the media asset as synthetic and route to manual review or automatic block.


โš–๏ธ What problem does this solve?

  • "Receiving realistic fake images and deepfakes across community platforms."
  • "Manual inspection of stock photos and artwork is slow and unreliable."
  • "High cost and complex integrations of proprietary computer vision platforms."

ZeroGPT AI Image Detector Actor solves this by delivering automated, low-latency synthetic image detection with a single execution.


โ“ Queries this actor answers

  • Is this photo AI-generated or real?
  • How can I detect Midjourney, DALL-E 3, or Flux generated images programmatically?
  • What is an affordable alternative to Hive Moderation and Sightengine for AI image detection?
  • How do I check image authenticity using base64 or public URLs?

๐Ÿ“ฆ Canonical Usage

Provide a target image_url (or image_base64 string) to receive instant synthetic classification, AI probability scores, and multi-layer forensic metrics.


๐Ÿงญ Input Schema (fields you can use)

  • image_url (string, optional) โ€” Public HTTP/HTTPS URL of the image to analyze (e.g., https://images.unsplash.com/photo-1541963463532-d68292c34b19).
  • image_base64 (string, optional) โ€” Base64 encoded image payload or data URL string.

๐Ÿ“ค Output Schema (what you get)

Results are saved to the run's Dataset and Key-Value Store:

{
"success": true,
"is_ai_generated": false,
"ai_probability": 13.98,
"verdict": "Real",
"confidence": 13.98,
"details": {
"id": "d02c35a9-1e01-499e-932b-62bc75fa4f79",
"status": "done",
"final_result": "Real",
"is_valid": true,
"detection_step": 3,
"ml_model": [
"Real",
13.98
],
"ocr": [
"OCR did not detect AI",
0.0
],
"metadata": [
"No Information Detected",
"Could not find anything from ExifTool and Pillow metadata"
],
"warnings": [
{
"type": "screen_recapture",
"label": "Normal",
"metrics": {
"is_screen": false
},
"confidence": 100.0
}
],
"file_url": "https://ai-image-detector-prod.nyc3.digitaloceanspaces.com/uploads/example.jpg"
}
}

๐Ÿ’ณ Monetization & Cost

This Actor utilizes the Pay-Per-Event (PPE) pricing model on the Apify Store:

  • Base Pricing: Only $1.00 per 1,000 successful image analyses ($0.001 per event).
  • Pay as You Go: If an image analysis fails, no billing charges occur.

โš ๏ธ Failure Context & Error Handling

If an unparseable or invalid image parameter is supplied:

{
"success": false,
"error": "Missing required parameter: Either 'image_url' or 'image_base64' must be provided."
}

๐Ÿท๏ธ Keywords

ai image detector, synthetic image detection, midjourney detector, dall-e checker, stable diffusion detector, fake photo checker, deepfake image detection, image authenticity, trust and safety, zerogpt.