Skip to main content
POST
/
v1
/
annotation_configs
{
  "data": {
    "name": "<string>",
    "type": "<string>",
    "description": "<string>",
    "optimization_direction": "MINIMIZE",
    "values": [
      {
        "label": "<string>",
        "score": 123
      }
    ],
    "id": "<string>"
  }
}

Body

application/json
  • CategoricalAnnotationConfigData
  • ContinuousAnnotationConfigData
  • FreeformAnnotationConfigData
name
string
required
type
string
required
Allowed value: "CATEGORICAL"
optimization_direction
enum<string>
required
Available options:
MINIMIZE,
MAXIMIZE,
NONE
values
CategoricalAnnotationValue · object[]
required
description
string | null

Response

Successful Response

data
object
required
  • CategoricalAnnotationConfig
  • ContinuousAnnotationConfig
  • FreeformAnnotationConfig