内容在同步到内容管理平台后,会被多个内容理解模型消费,该过程是异步的,因此需要调用该接口获取内容最新的特征标签集合。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ArticleEventNotify | 要执行的操作,取值:ArticleEventNotify |
Version | String | 是 | 2021-01-01 | API的版本,取值:2021-01-01 |
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
GenerateType | String | 否 | toutiao_api | 查询指定Api来源的内容的同步状态,不传则不进行筛选查询,取值路径:控制台 - 内容引入 - 内容源管理 - Api源标识。 |
EventType | String | 否 | ArticleTagUpdate | 事件类型,固定值"ArticleTagUpdate"。 |
CursorTime | Long | 否 | 1638283523 | 时间锚。 说明 CursorTime使用方式:
注意
|
下表仅列出本接口特有的返回参数。更多信息请参见返回结构
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Result | ArticleEventNotifyResult | 请求结果。 |
EventDetail类型为字符串,由以下结构JsonEncode得到。
{ "article_origin_id": "xxx", // 内容原始id,即内容引入接口内容OpenId "tag_list": [ { "Tag": "xxx", // 标签名 "Weight": xxx, // 置信度 "Source": "xxx", // 来源:nlp,user "Type": "xxx", // 类型 "Frequency": xxx // 频率 }, ... ] }
{ "CursorTime": 1628569971, "EventType": "ArticleTagUpdate", }
{ "ResponseMetadata": { "RequestId": "20210817172003010225243100020C4***", "Action": "ArticleEventNotify", "Version": "2021-01-01", "Service": "volc_content_platform", "Region": "cn-north-1" }, "Result": { "Items": [ { "EventType": "ArticleTagUpdate", "SubEventType": "", "EventTime": 1628601201, "ArticleId": 1707680519986206, "GenerateType": "zhihu", "EventDetail": "\"{\\\"article_origin_id\\\":\\\"\\\",\\\"tag_list\\\":[{\\\"Tag\\\":\\\"成都\\\",\\\"Weight\\\":1,\\\"Source\\\":\\\"user\\\",\\\"Type\\\":\\\"\\\",\\\"Frequency\\\":0},{\\\"Tag\\\":\\\"资阳\\\",\\\"Weight\\\":1,\\\"Source\\\":\\\"user\\\",\\\"Type\\\":\\\"\\\",\\\"Frequency\\\":0},{\\\"Tag\\\":\\\"知识改变生活\\\",\\\"Weight\\\":1,\\\"Source\\\":\\\"user\\\",\\\"Type\\\":\\\"\\\",\\\"Frequency\\\":0},{\\\"Tag\\\":\\\"鞋\\\",\\\"Weight\\\":1,\\\"Source\\\":\\\"user\\\",\\\"Type\\\":\\\"\\\",\\\"Frequency\\\":0},{\\\"Tag\\\":\\\"四川\\\",\\\"Weight\\\":1,\\\"Source\\\":\\\"user\\\",\\\"Type\\\":\\\"\\\",\\\"Frequency\\\":0},{\\\"Tag\\\":\\\"不完美妈妈\\\",\\\"Weight\\\":1,\\\"Source\\\":\\\"user\\\",\\\"Type\\\":\\\"\\\",\\\"Frequency\\\":0},{\\\"Tag\\\":\\\"熊猫宝来\\\",\\\"Weight\\\":1,\\\"Source\\\":\\\"user\\\",\\\"Type\\\":\\\"\\\",\\\"Frequency\\\":0},{\\\"Tag\\\":\\\"情感偏正向\\\",\\\"Weight\\\":0.81617,\\\"Source\\\":\\\"nlp\\\",\\\"Type\\\":\\\"nlp.nature.sentiment\\\",\\\"Frequency\\\":0},{\\\"Tag\\\":\\\"鞋子\\\",\\\"Weight\\\":0.79507,\\\"Source\\\":\\\"nlp\\\",\\\"Type\\\":\\\"cv.image.goods\\\",\\\"Frequency\\\":0},{\\\"Tag\\\":\\\"鞋底\\\",\\\"Weight\\\":0.77071,\\\"Source\\\":\\\"nlp\\\",\\\"Type\\\":\\\"nlp.nature.keyword\\\",\\\"Frequency\\\":0}]}\"" } ], "CursorTime": 1628601201 } }
{ "ResponseMetadata": { "RequestId": "20210817172205010225243147030tt***", "Action": "ArticleEventNotify", "Version": "2021-01-01", "Service": "volc_content_platform", "Region": "cn-north-1", "Error": { "CodeN": 600400, "Code": "600400", "Message": "参数错误" } }, "Result": null }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
200 | 600400 | 参数错误 | 内容为空,或者是入参的类型是否与文档中不一致 |
200 | 600500 | 服务未知错误 | 服务内部异常,请联系商务 |