# AI Image Detector Actions

> Detect whether an image is AI-generated or partially AI-generated.

The Copyleaks AI Image Detection API analyzes whether an image was generated or partially generated by AI, with support for multipart and JSON submission. Both a synchronous and an asynchronous (webhook-based) flow are available.

## Endpoints
<br/>
<EndpointRow method="POST" url="v1/ai-image-detector/{scanId}/check" description="Detect whether an image is AI-generated. Synchronous - returns results in the same call." href="/reference/actions/ai-image-detector/check" />
<EndpointRow method="PUT" url="v1/ai-image-detector-async/{scanId}/submit" description="Submit an image URL for AI detection. Asynchronous - results are delivered via webhook." href="/reference/actions/ai-image-detector/submit" />
