Annotation Summary
Get a summary of annotations for a dataset, including label distributions and annotator statistics.
GET
https://api.futureagi.com/model-hub/dataset/{dataset_id}/annotation-summary/ Authentication
Path parameters
dataset_id
The dataset ID.
Response
200 OK message
Status message.
data
Annotation summary data.
total_annotations
Total number of annotations across all rows.
total_rows
Total number of rows in the dataset.
annotated_rows
Number of rows with at least one annotation.
annotation_coverage
Ratio of annotated rows to total rows (0 to 1).
labels
Breakdown of annotation labels.
label_name
Label name.
count
Number of times this label was applied.
percentage
Proportion of total annotations (0 to 1).
Errors
401
Invalid or missing API credentials.
404
The specified dataset was not found or does not belong to your organization.
500
Unexpected server error.