Get Annotation Label — API

Retrieve a specific annotation label by UUID, including its type, settings, description, project scope, and allow-notes configuration.

GET https://api.futureagi.com/model-hub/annotations-labels/{id}/

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.

Path parameters

id string Required

UUID of the label

Response

200 OK
id string
UUID of the label.
name string
Display name.
type string
Label type: text, categorical, numeric, star, or thumbs_up_down.
organization string
UUID of the organization that owns this label.
project string
UUID of the project this label belongs to, or null if global.
description string
Description of the label.
settings object
Type-specific settings.
allow_notes boolean
Whether annotators can add free-text notes with this label.
created_at string
ISO 8601 timestamp of creation.

Errors

401 Unauthorized Optional

Invalid or missing API credentials.

404 Not Found Optional

Resource not found.

500 Internal Server Error Optional

Unexpected server error.

GET /
Authentication
REQUEST
 
RESPONSE