List Labels

List annotation labels with optional filters.

GET 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.

Query parameters

type string Optional

Filter by label type

search string Optional

Search labels by name

include_usage_count boolean Optional

Include usage count per label

page number Optional

Page number (default: 1)

page_size number Optional

Results per page (default: 20)

Response

200 OK
count integer
Total number of matching labels.
next string
URL for the next page, or null.
previous string
URL for the previous page, or null.
results array
Array of Label objects. Each contains id, name, type, description, settings, created_at, updated_at, and optionally usage_count.
GET /
Authentication
REQUEST
 
RESPONSE