Detect AI-generated images from Midjourney, DALL-E, Stable Diffusion, and other AI systems using file upload.
Parameters
Image file (JPEG, PNG, BMP, GIF, WEBP) - Max 10MB
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"