Skip to main content
PUT
cURL

Authorizations

X-Avala-Api-Key
string
header
required

API key for authentication. Generate one in Mission Control Settings > Security & Identity.

Path Parameters

project_uid
string
required

Body

application/json

The body is of type object.

Response

200 - application/json
uid
string<uuid>
read-only
dataset_item_uid
string<uuid>
read-only
task_name
string
read-only

Task type this score applies to (e.g. 'box', 'classification').

Minimum string length: 1
score_type
enum<string>
read-only
Available options:
inter_annotator
score
number
read-only

Overall consensus score for this item (0.0-1.0).

annotator_count
integer
read-only

Number of distinct annotators compared.

details
Details · object
read-only

Score breakdown. For spatial: {mean_iou, matched_pairs, unmatched_count}. For classification: {agreement_ratio, majority_label, label_distribution}.

created_at
string<date-time>
read-only