POST
/
api
/
classification_video
Classify a video
curl --request POST \
  --url https://backend.identifai.net/api/classification_video \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Api-Key: <api-key>' \
  --form frames=5 \
  --form key_frames=true \
  --form key_frames_method=iframe \
  --form with_morphing=true \
  --form with_tampering=false \
  --form image=@/path/to/sample.mp4 \
  --form webhook_url=https://example-webhook.com \
  --form video=@example-file
{
  "identifier": "8d64370a87b820cc1cf620338f5c898bab37439c9a405f32d9eaffc50c4f27b0"
}

Authorizations

X-Api-Key
string
header
required

Your API key.

Body

multipart/form-data

Response

200
application/json

The classification identifier. The format depends on the Accept header.

The response is of type object.