Get consensus summary
Retrieve a summary of consensus scores for a project.Parameters
The unique identifier of the project
Returns
Mean consensus score across all items
Median consensus score
Minimum consensus score
Maximum consensus score
Total number of items evaluated
Number of items with consensus agreement
Distribution of scores across ranges
Consensus breakdown by task name
List consensus scores
Retrieve paginated consensus scores for individual items.Parameters
The unique identifier of the project
Maximum number of scores to return per page
Cursor for pagination
Returns
Returns a cursor-paginated list of consensus score objects.Array of consensus score objects
Unique identifier for the score record
Dataset item UID being evaluated
Task name
Type of score (e.g., ‘iou’, ‘agreement’)
Consensus score value
Number of annotators who labeled this item
Additional details about the score
ISO 8601 timestamp of when the score was computed
Cursor for the next page of results
Cursor for the previous page of results
Whether more results are available
Compute consensus
Trigger consensus computation for a project.Parameters
The unique identifier of the project
Returns
Status of the computation request
Description of the computation result
Get consensus config
Retrieve the consensus configuration for a project.Parameters
The unique identifier of the project
Returns
Unique identifier for the config
Intersection over Union threshold for object matching
Minimum agreement ratio to consider consensus (0.0 to 1.0)
Minimum number of annotations required for consensus
ISO 8601 timestamp of creation
ISO 8601 timestamp of last update
Update consensus config
Update the consensus configuration for a project.Parameters
The unique identifier of the project
New IOU threshold for object matching (0.0 to 1.0)
New minimum agreement ratio (0.0 to 1.0)
New minimum number of annotations required