Skip to main content
Detect AI-generated images from Midjourney, DALL-E, Stable Diffusion, and other AI systems using file upload.

Parameters

file
file
required
Image file (JPEG, PNG, BMP, GIF, WEBP) - Max 10MB
x-api-key
string
required
Your API key

Response

{
  "likely_ai_generated": true,
  "confidence_score": 0.87,
  "processing_time_ms": 245
}

Example

curl -X POST "https://api.scam.ai/api/defence/ai-image-detection/detect-file" \
  -H "x-api-key: YOUR_API_KEY" \
  -F "file=@/path/to/your/image.png"