POST
/
api
/
video_fromurl
curl --request POST \
  --url https://backend.identifai.net/api/video_fromurl \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Api-Key: <api-key>' \
  --form 'file_url=<string>' \
  --form frames=5 \
  --form key_frames=true \
  --form key_frames_method=iframe \
  --form with_llm=false \
  --form with_morphing=true
"ee9ac46c6eb0e7bcce54c4167a168cefe6f92feb4fb282687fbbbcf9dd37ba58"

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.