POST
/
image
curl -X POST "https://api.antigenailabs.com/image" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"image_url":"https://example.com/image.jpg"}'
{
  "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.

The body is of type object.

Response

200
application/json

AI-generated image analysis result.

The response is of type object.