Get shot scores for a video

Beta

Retrieve shot-level scores for a given video and tag version: score, start/end time, and duration for each shot (only shots with score >= min_conf).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

group_idstringRequiredformat: "uuid"
The ID of the Dynamic Tag group.
tag_idstringRequiredformat: "uuid"
The ID of the tag within the group.
version_idstringRequiredformat: "uuid"
The tag version ID.
video_idstringRequiredformat: "uuid"
The Coactive Video ID to retrieve shot scores for.

Query parameters

dataset_idstringRequiredformat: "uuid"

Dataset ID (used to locate the shot scores table).

min_confdoubleOptional<=1Defaults to 0.5

Minimum confidence threshold (score >= min_conf). Must be greater than 0.1.

Response

Successful Response
datalist of objects
Shot scores for the video.
total_shot_countinteger or null

Total number of shots in the video (from Pinot composite keyframes); null if unavailable.

Errors

404
Not Found Error
422
Unprocessable Entity Error