Create Label
Create a new annotation label.
POST
https://api.futureagi.com/model-hub/annotations-labels/ Authentication
Request body
name
Display name for the label. Must be unique within your organization.
type
The label type. One of text, categorical, numeric, star, or thumbs_up_down. This cannot be changed after creation.
description
Optional description of what this label measures.
settings
Type-specific configuration. See the settings reference below.
Response
201 Created id
UUID of the created label.
name
Display name.
type
Label type.
description
Description, if provided.
settings
Type-specific settings.
created_at
ISO 8601 timestamp of creation.
updated_at
ISO 8601 timestamp of last update.