POST
/
api
/
image_fromurl
curl --request POST \
  --url https://backend.identifai.net/api/image_fromurl \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Api-Key: <api-key>' \
  --form 'file_url=<string>' \
  --form with_llm=true \
  --form with_morphing=true
"8d64370a87b820cc1cf620338f5c898bab37439c9a405f32d9eaffc50c4f27b0"

Authorizations

X-Api-Key
string
header
required

Your API key.

Body

multipart/form-data

Response

200 - application/json
The classification hash.

The response is of type string.