Analyze an image to determine if it was generated by AI.
This endpoint not only returns overall confidence scores, it also gives classification labels and confidence scores for particular generators (e.g. Midjourney, DALL-E, etc.). Additionally, it returns often-useful facets for image quality and NSFW detection.
Limitations:
Array of analysis types to include. Valid values are ai_generated
, deepfake
, nsfw
, quality
.
Array of analysis types to exclude. Valid values are ai_generated
, deepfake
, nsfw
, quality
.
An optional external identifier for tracking this image analysis.
Successful Response
The response is of type object
.