post https://api.neuronsinc.com/predict/v2/videos//aois/detect
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"
}