Endpoint Examples
AI Image Detection
Analyzes an image to determine the confidence that it is AI-generated. You can provide either an 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`.
URL of the image to analyze.
Response
200
application/json
AI-generated image analysis result.
Confidence score that the image is AI-generated, ranging from 0 to 1. A higher score indicates that our system believes the text was written by AI, while a lower score suggests that the system believes the image was created by a non-generative AI source.
URL of the analyzed image.