Restore Label

Restore a previously deleted annotation label.

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

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 to restore

Response

201 Created
id string
UUID of the label.
name string
Display name.
type string
Label type.
description string
Description.
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