Skip to main content
GET
Get dataset content diversity

Authorizations

Authorization
string
header
required

Bearer access token issued through OAuth 2.0 client credentials.

Query Parameters

dataset
string
required

Dataset ID from GET /api/v1beta/quality/datasets.

content_diversity
string

Opaque content_diversity token from an earlier response. Omit to use the latest measurement.

axis
enum<string>

Return only one diversity axis: environments, objects, or action_verbs. Omit it to receive all three independent distributions.

Available options:
environments,
objects,
action_verbs

Response

Published concepts and clip distributions by diversity axis

Dataset content diversity and measurement completeness.

Use this response to inspect which concepts are present and how frequently they occur across analyzed clips. It does not directly detect duplicate video or determine whether a task was completed correctly.

analyzed_clip_count
integer
required

Number of distinct clips that produced usable content observations. This is the denominator for every clip_percent in axes and object_actions.

Required range: x >= 0
axes
object[]
required

Independent distributions for environment, object, and action-verb concepts. An axis query parameter limits this array to one requested type.

content_diversity
string
required

Opaque content-diversity token. Matching tokens identify results from the same content-diversity measurement.

coverage_percent
number<double> | null
required

Percentage of the planned analysis that successfully produced values used in this response, in [0, 100]. This is measurement completeness, not the percentage of footage that passed quality control. null when the planned result count cannot be determined reliably. Non-null values are rounded to two decimal places.

Required range: 0 <= x <= 100
dataset
string
required

Dataset ID used in the request.

object_actions
object
required

Observed action-verb and object combinations. Independent object and action-verb distributions are derived from the same activity records.