GET
/
api
/
classification
/
heatmap
/
{hash}
curl --request GET \
  --url https://backend.identifai.net/api/classification/heatmap/{hash} \
  --header 'X-Api-Key: <api-key>'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Your API key.

Path Parameters

hash
string
required

The hash of the image.

Response

200 - image/png

The image AI heatmap

The response is of type file.