Endpoint Examples
AI Image Detection
Analyzes an image to determine the confidence that it is AI-generated. Provide either image_url
or media
(base64-encoded image), but not both.
POST
Authorizations
A unique key used for authentication to access the API.
Body
application/json
Image to analyze. Provide either image_url
or media
.
The body is of type object
.
The body is of type object
.
The body is of type object
.
Response
200
application/json
AI-generated image analysis result.
The response is of type object
.