Create Annotation Label — API
Create a new annotation label with a name, type (star, binary, categorical), description, settings, and optional notes. Returns the created label object.
https://api.futureagi.com/model-hub/annotations-labels/ Authentication
Request body
Display name for the label. Must be unique within your organization.
The label type. One of text, categorical, numeric, star, or thumbs_up_down. This cannot be changed after creation.
Optional description of what this label measures.
Type-specific configuration (e.g. {"no_of_stars": 5} for star labels).
Project UUID to scope this label to a specific project.
Whether annotators can add free-text notes when using this label (default: false).
Response
200 OK"Annotation label created successfully". Errors
Invalid request parameters.
Invalid or missing API credentials.
Unexpected server error.