Video Aois Status

Return the current status of a video AOIs

Returns the current status of the AOI detection in a video

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Pre-requisites

It is necessary to have a video which has already been predicted and on which the AOI detection has 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.

Path Params
string
required
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json