Genuine image
No detected AI generation or editing.
Developer API · Available now
Upload an image and receive a real, fake or inpainting verdict with confidence and per-class probabilities for review tools, publishing systems and content platforms.
Three-class response
The response identifies the predicted class and returns its confidence alongside probabilities for real, fake and inpainting.
{
"prediction": "real",
"confidence": 0.9964,
"probabilities": {
"real": 0.9964,
"fake": 0.0013,
"inpainting": 0.0022
},
"credits_charged": 6
}
No detected AI generation or editing.
Image is classified as AI-generated.
Authentic image with AI-edited regions.
Image request
Use an API key with the image detector scope and send the file as multipart form data. Store the verdict, confidence and class probabilities with your review record.
Open implementation details →/api/image-detector/predict/
curl -X POST \
https://developer-portal.proofademic.ai/
api/image-detector/predict/ \
-H "X-API-Key: YOUR_API_KEY" \
-F "[email protected];type=image/jpeg"
Operational details
Accept supported file types up to 10 MB, send the image as multipart form data and use the health endpoint to check service availability.
Each completed response returns a verdict, overall confidence and probabilities for every supported class.
GET /api/image-detector/health/Use cases
Flag images that may need closer review in an academic integrity process.
For institutions ↗ 02 / PublishingCheck photographs and submitted assets before publication or licensing.
For publishers ↗ 03 / PlatformsUse the returned prediction and probabilities to route images for human review.
Explore solutions ↗API questions
The prediction is real, fake or inpainting. The response also includes overall confidence and a probability for every class.
Send your API key in the X-API-Key header. The key must include the image_detector scope.
The endpoint accepts JPEG, PNG, WebP, GIF, BMP and TIFF files up to 10 MB as multipart form data.
The response includes a real, fake or inpainting verdict, overall confidence and a probability for every supported class.
Credits are reserved before analysis and automatically refunded when detection fails.
Developer resources
Manage keys and usage in the platform. Use the API reference for current request formats, response fields, limits and errors.
Research and guidance

As AI writing tools become more sophisticated, the need for reliable detection methods grows. Learn how modern AI detection works and why…
Read the article →
Understand false positives in AI detectors. Learn why they occur, compare accuracy rates across platforms, and discover best practices to minimize false…
Read the article →
Proofademic is the best AI detector in 2026. We ranked 10 tools on accuracy, paraphrase resistance, and academic fit - here's the…
Read the article →Start building
Create an API key, upload an image and receive the verdict, confidence and all three class probabilities.