List labels
GET {{ask-filerobot-server}}/images/matcher/label/list/:classifier_id?type=face
Lists all available labels associated with a classifier.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | string | The type of objects that will be matched |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Filerobot-Token | string | ||
Filerobot-Key | string |
RESPONSES
status: OK
{"status":"success","version":"3.2.2","token":"fdocs","request_uuid":"a8bf6788-0842-4ad4-b697-f99c08341d66","operation":"list_label","list_label":[{"name":"emmanuel_macron","id":1},{"name":"olaf_scholz","id":2},{"name":"donald_tusk","id":3}]}