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

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Path parameters

dataset_id UUID Required

The dataset ID.

Response

200 OK
message string
Status message.
data object
Annotation summary data.
total_annotations integer
Total number of annotations across all rows.
total_rows integer
Total number of rows in the dataset.
annotated_rows integer
Number of rows with at least one annotation.
annotation_coverage number
Ratio of annotated rows to total rows (0 to 1).
labels array
Breakdown of annotation labels.
label_name string
Label name.
count integer
Number of times this label was applied.
percentage number
Proportion of total annotations (0 to 1).

Errors

401 Unauthorized Optional
Invalid or missing API credentials.
404 Not Found Optional
The specified dataset was not found or does not belong to your organization.
500 Internal Server Error Optional
Unexpected server error.
GET /
Authentication
REQUEST
 
RESPONSE