Skip to main content
POST
Token classification

Body

application/json

Request to perform token-level classification (NER / POS style).

inputs
required

Text string or list of strings for token classification. Required.

Response

200 - application/json

Token classification results (list of dicts with word/score/entity/index/start/end)

word
string
score
number
entity
string
index
integer
start
integer
end
integer