{
"channel": "string",
"tagId": "string",
"tagInfo": "string",
"files": [
{
"fileId": "string",
"text": "string"
}
],
"needCheckInfo": true
}
curl --location --request POST '/openai/v1/tag/update' \
--header 'x-vai-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel": "string",
"tagId": "string",
"tagInfo": "string",
"files": [
{
"fileId": "string",
"text": "string"
}
],
"needCheckInfo": true
}'
{
"code": 0,
"msg": "string",
"rid": "string",
"data": {
"vpId": "string",
"vpName": "string",
"checkInfo": [
{
"fileId": "string",
"vadCheck": "string",
"asvCheck": "string",
"textMatch": "string",
"isValid": 0
}
]
}
}