Key Capabilities
- Create and manage annotation configs within spaces
- List annotation configs with pagination support
- Retrieve annotation configs by ID
- Delete annotation configs when no longer needed
List Annotation Configs
List all annotation configs you have access to, with optional filtering by space or name.Create an Annotation Config
Create a new annotation config within a space. Annotation config names must be unique within the target space. Three types are supported:categorical, continuous, and freeform.
Categorical
A categorical annotation config with discrete labeled values and optional scores.Continuous
A continuous annotation config with a numeric score range.Freeform
A freeform annotation config for free-text feedback with no structured scoring.Get an Annotation Config
Retrieve a specific annotation config by name or ID. When using a name, providespace to disambiguate.