Skip to main content
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.
Video analysis is gated by the dynamic-saliency add-on. If it is not enabled for your account, this endpoint returns 404. Contact sales@eyequant.com to enable it.
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.