POST
/
image
{
  "ai_generated_score": 0.85,
  "media_url": "https://example.com/media/image.jpg"
}

Authorizations

x-api-key
string
header
required

A unique key used for authentication to access the API.

Body

application/json
Image to analyze. Provide either `image_url` or `media`.
image_url
string
required

URL of the image to analyze.

Response

200
application/json
AI-generated image analysis result.
score
number

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.

media_url
string

URL of the analyzed image.