curl --location --request POST '/api/v2/tags/text/antidirt' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tasks": [
{
"content": "要检测的文本"
}
]
}'{
"log_id": "string",
"data": [
{
"msg": "string",
"code": 0,
"task_id": "string",
"predicts": [
{
"prob": 0,
"hit": true,
"target": null,
"model_name": "string"
}
],
"data_id": null
}
]
}