API ReferenceAnnotations
Create Annotation Criteria
Creates a new annotation criteria that defines how future annotations should be structured.
POST
/
v1
/annotation-criteria
Authorization
X-API-KEY
<token>
In: header
Request Body
application/json
Requiredproject_id
RequiredProject Id
Project this criteria will belong to
Format:
"uuid"
name
RequiredName
Unique name for the criteria within the project
Minimum length:
1
Maximum length: 100
description
Description
Optional description explaining what this criteria measures
annotation_type
RequiredAnnotationCriteriaType
Type of annotation data this criteria will collect
Value in:
"binary" | "continuous" | "discrete" | "categorical" | "text_annotation"
categories
Categories
Category options for discrete/categorical types
resource_types
Resource Types
Entity types this criteria can annotate (empty means all types)
Successful Response