List classifiers
GET {{ask-filerobot-server}}/images/matcher/classifier/list?type=face
Lists all available classifiers for the token.
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":"cfa1e07e-73f9-450b-8b25-0beaad51a706","operation":"list_classifier","list_classifier":[{"name":"european_politicians","id":1},{"name":"demo","id":4}]}