Welcome to WasItAI API portal
We provide industry-leading API in AI image detection.
We provide industry-leading API in AI image detection.
Ensure authenticity with lightning-fast AI detection
Built to handle millions of requests with ease
Easy-to-use API, simple REST endpoints
WasItAI is a powerful AI-powered tool designed to detect AI-generated images. It helps users differentiate between real and fake images, ensuring the integrity of visual content. WasItAI uses advanced algorithms to analyze the characteristics and patterns within an image. By comparing these features against a vast database of real and AI-generated images, it can accurately detect the image's origin.
WasItAI prioritizes your privacy. We process sent images only once to determine if they were created by AI. The images are not stored on our servers for future use.
Sandbox environment for testing and integrating API (unlimited number of dummy requests/responses)
This endpoint provides advanced AI-powered image origin classification, determining whether an image was generated by a human or an AI.
Image Submission Options:
- url: Provide a direct URL to the image
- base64encoded: Submit a base64-encoded image representation
POST /api/classifiers/v1/image/classify
{
"deliveryMethod": "url",
"imageToClassify":
{
"data": "https://example.com/image.jpeg"
}
}
or
POST /api/classifiers/v1/image/classify
{
"deliveryMethod": "base64encoded",
"imageToClassify":
{
"data": "data:image/jpeg;base64,/9j/4AAQS..."
}
}
POST /api/classifiers/v1/image/classify/upload-file
{
"file":Binary image file
}
Upload a multipart/form-data binary image file
Powered by WasItAI