Skip to main content
An evaluation tracks the analysis of one video. Use create() to wait for the result, or submit() to start a job and retrieve() to check it later. The SDK examples show both flows with complete code.

Read the result

An evaluation settles at completed, partial, or failed. result.summary describes the overall assessment. result.glitches contains the findings; an empty list means no findings were reported by the completed checks. Only read a finding’s type-specific fields after checking its type. See error codes for failed or partial evaluations.

Evaluation history

iterate() fetches pages automatically, newest first. Use status to filter results. The examples below use an initialized client.
For multiple videos, submit one evaluation per video, store each ID, and pace new submissions to your account’s limits.