---
title: AI-Generated Image Detection API
slug: detect-ai-generated-image
url: https://apyhub.com/anyimagedetector/service/detect-ai-generated-image
provider: AnyImageDetector
categories: [Artificial Intelligence, Image Processing]
tags: [ai-image-detection, image-classification, synthetic-media, content-moderation, computer-vision]
auth: api_key
---

# AI-Generated Image Detection API

Classify a public JPG, PNG, or WebP URL as likely AI-generated, human, or uncertain. Returns ai_score, confidence, and source_breakdown.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Detects whether a publicly reachable image is likely AI-generated. You send an image U… | 1000 |

## About

## What it does
AI Image Detection checks whether a publicly reachable JPG, PNG, or WebP image is likely AI-generated. Send an `imageUrl` and get back a verdict you can use to flag synthetic images in uploads, moderation flows, or content review pipelines.

The response includes a numeric `ai_score` from 0 to 1, a `confidence` level of `low`, `medium`, or `high`, and a `verdict` of `likely_ai`, `likely_human`, or `uncertain`. It also returns `source_breakdown`, which is currently an empty array and reserved for future per-generator scores.

Use AI Image Detection when you need a fast first pass on user-submitted imagery, marketplace listings, social posts, or verification flows where synthetic content should be reviewed differently from camera-captured images. The API is narrow by design: one image URL in, one classification result out.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/anyimagedetector/service/detect-ai-generated-image
