Detect video AOIs

Automatically detect potential AOIs in a video

Pre-requisites

In order to run the brand detection and get the Areas of Interest (AOIs), it is necessary to have a video which has already been predicted.

Use the video media_id to send the POST request to the endpoint predict/v2/videos/YOUR_VIDEO_MEDIA_ID/aois/detect

Example of a successful response

When the request is sent, the response should a 202. status code and return the following message:

{
  "detail": "AOI detection started"
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!