Skip to content

Labels API

OPTIONS /api/label

Returns a list of available labels. Custom labels can be created.

POST /api/label/<classify_id>
{
"labels": ["custom"],
"comment": "comment"
}
LabelMeaning
FPFalse positive
TPTrue positive
FNFalse negative
TNTrue negative

You can also use simpler labels: true or false.