List labels

GET {{ask-filerobot-server}}/images/matcher/label/list/:classifier_id?type=face

Lists all available labels associated with a classifier.

Request Params

KeyDatatypeRequiredDescription
typestringThe type of objects that will be matched

HEADERS

KeyDatatypeRequiredDescription
Filerobot-Tokenstring
Filerobot-Keystring

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}]}