{
"titles": [
"驾驶证吊销后多久才能报名考试",
"我要打十个。"
]
}curl --location --request POST 'http://wlbrain.ai.dns.wanglv.com:21002/classification/first_class' \
--header 'Content-Type: application/json' \
--data-raw '{
"titles": [
"驾驶证吊销后多久才能报名考试",
"我要打十个。"
]
}'{
"data": [
{
"predictions": [
{
"label": "交通事故",
"score": 0.9953103951242113
}
],
"text": "驾驶证吊销后多久才能报名考试"
},
{
"predictions": [
{
"label": "其他",
"score": 0.9928358825801192
}
],
"text": "我要打十个。"
}
],
"errcode": 0,
"errmsg": "ok"
}