get https://api.neuronsinc.com/predict/v2/videos//aois/status
Pre-requisites
It is necessary to have a video which has already been predicted and on which the AOI detection ahs been initiated.
Use the video media_id to send the GET request to the endpoint predict/v2/videos/YOUR_VIDEO_MEDIA_ID/aois/status
Example of a successful response
When the request is sent, the response should a 200. status code and return something like this:
{
"aoi_status": "done"
}
If the AOI detection is in progress the status should be started and if the detection has been completed, the status should show as done.