Analyses
Get a video analysis
Retrieve the status and outputs of a video analysis.
GET
Retrieve a video analysis by its
id. Poll until status is success or failed. On success, outputs contains the generated attention map, along with the title you supplied and the created_at timestamp.
Unlike image and URL analyses (which return
410 Gone one hour after completion), video analyses remain retrievable.string
required
The id for the video analysis received upon its creation.
string
The analysis identifier.
string
The current state:
pending, success, or failed.string
The title you supplied when creating the analysis.
string
When the analysis was created.
object
Present when
status is success. Contains the attention map for the video.object
Present when
status is failed. Contains an error code and message.