Restore Annotation Label — API
Restore a previously soft-deleted annotation label by UUID. Returns the full restored label object with its original type, settings, and configuration.
POST
https://api.futureagi.com/model-hub/annotations-labels/{id}/restore/ Authentication
Path parameters
id
UUID of the label to restore
Response
200 OK id
UUID of the label.
name
Display name.
type
Label type.
organization
UUID of the owning organization.
project
Project UUID or null.
description
Description.
settings
Type-specific settings.
allow_notes
Whether notes are enabled for this label.
created_at
ISO 8601 timestamp of creation.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.