Return the current status of a video AOIs

Returns the current status of the AOI detection in a video

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.

Language
Credentials
Header
Click Try It! to start a request and see the response here!