record_id 必须是消音任务生成的新回放audit_result 中每条结果都新增 audit_type 字段,标识命中类型(ai / keyword / ai,keyword)curl --location 'https://saas-open.vhall.com/v3/webinars/record/get-mute-result' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'record_id=810027' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign={{sign}}' \
--data-urlencode 'signed_at={% mock 'timestamp' , 's' %}' \
--data-urlencode 'sign_type=0'{
"code": 200,
"msg": "",
"data": {
"has_risk": 0,
"mute_status": 2,
"audit_result": [
{
"id": "abc123",
"start_time": "00:00:10",
"end_time": "00:00:15",
"text": "检测到色情类敏感内容",
"keywords": [
"违禁词 1",
"违禁词 2"
],
"ai_audit_type": "porn",
"ai_description": "AI 识别判定该片段存在色情违规内容,命中违禁关键词",
"audit_type": "ai,keyword"
},
{
"id": "def456",
"start_time": "00:01:20",
"end_time": "00:01:25",
"text": "检测到广告营销类违规内容",
"keywords": [],
"ai_audit_type": "ad",
"ai_description": "AI 识别判定该片段包含商业推广广告信息,无匹配违禁关键词",
"audit_type": "ai"
}
]
},
"request_id": "458b3993-e81a-44f8-898a-ad7b89eab13f"
}