Analyze Image (Forensics)
Statelessly analyze a single image for AI generation and digital manipulation. Requires the Fraud Detection feature. Returns both independent verdicts with their own confidence scores, and — when the image is judged manipulated — the regions of the detected edits (normalized to [0, 1]).
Authorizations
Note! Prefix your with apiKey. Note the space after "apiKey ".
Query Parameters
The client ID for the request. It's required if you have access to multiple clients with your API key. Otherwise, it's optional.
Optional session identifier of the user.
Body
The image to analyze: a publicly reachable URL or a base64-encoded image string.
1Response
OK - Returns the forensics verdicts for the image. All fields are null when the analysis could not be produced.
Whether the image was judged AI-generated.
Whether the image was judged digitally manipulated.
Confidence (0-1) of the AI-generated verdict.
Confidence (0-1) of the manipulation verdict.
The higher of the two confidences, for consumers that expect one overall score.
Free-text explanation of the verdicts.
Present only when the image is manipulated and the edit-detection call succeeded. regions may be empty when the manipulation is not localized. Box coordinates are normalized to [0, 1].