Create Label

Create a new annotation label.

POST https://api.futureagi.com/model-hub/annotations-labels/

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.

Request body

name string Required

Display name for the label. Must be unique within your organization.

type string Required

The label type. One of text, categorical, numeric, star, or thumbs_up_down. This cannot be changed after creation.

description string Optional

Optional description of what this label measures.

settings object Required

Type-specific configuration. See the settings reference below.

Response

201 Created
id string
UUID of the created label.
name string
Display name.
type string
Label type.
description string
Description, if provided.
settings object
Type-specific settings.
created_at string
ISO 8601 timestamp of creation.
updated_at string
ISO 8601 timestamp of last update.
GET /
Authentication
REQUEST
 
RESPONSE