Labels API
List all labels
Section titled “List all labels”OPTIONS /api/labelReturns a list of available labels. Custom labels can be created.
Post a label
Section titled “Post a label”POST /api/label/<classify_id>Request body
Section titled “Request body”{ "labels": ["custom"], "comment": "comment"}Recommended labels
Section titled “Recommended labels”| Label | Meaning |
|---|---|
FP | False positive |
TP | True positive |
FN | False negative |
TN | True negative |
You can also use simpler labels: true or false.