Classifier
Analyzes an image to determine its likelihood of being AI-generated
Accepts an image file as input and analyzes it to determine the probability that the image was generated by artificial intelligence, providing a confidence score.
POST
/
v1
/
ai
/
classifier
/
image
Authorizations
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Headers
The Content-Type
header must be set to application/json
to indicate that the payload is formatted as JSON.
If a different Content-Type
is provided, the payload will be ignored, and the request will proceed without
processing the body.
Body
application/json
Base64-encoded image string or URL pointing to an image.
Response
200 - application/json
Was this page helpful?