该接口用于客户侧用户主动上报不感兴趣的内容。
请求结构 | 说明 |
---|---|
请求域名 | stream-api.feedcoopapi.com【建议】 mercury.snssdk.com【废弃】 |
请求地址 | /user/action/batch/v1/ |
请求协议 | HTTP/HTTPS |
请求方式 | POST |
参数类型 | application/json |
参数 | 描述 | 类型 | 是否必填 | 说明 |
---|---|---|---|---|
actions | 动作列表 | List | 是 |
id | 含义 | 说明 |
---|---|---|
1:xxx | 不想看:某一级分类 | 如"id":"1:2407947123","name":"不想看:钓鱼视频" |
2:xxx | 不想看:某二级分类 | 如"id": "2:11384971","name": "不想看:时政外交" |
6:xxx | 不想看:某关键词 | 如"id":"6:2580877415","name":"不想看:天南海北庆丰收“ |
5:xxx | 拉黑:某作者 | 如"id": "5:2735791242", "name": "拉黑作者:xx美食" |
8:xxx | 看过了 | 如"id": "8:0", "name": "看过了" |
9:xxx | 内容太水 | 如"id": "9:1","name": "内容太水" |
参数 | 描述 | 类型 | 说明 |
---|---|---|---|
ret | 响应结果 | long | 参见“错误码”说明 |
req_id | 本次请求标识 | String | 惟一标识本次请求,火山引擎侧使用该字段进行具体问题追踪和排查 |
msg | 本次请求是否成功 | String | success:成功 |
curl --location --request POST 'https://stream-api.feedcoopapi.com/user/action/batch/v1/?signature=xxx×tamp=1656048140&nonce=894038&partner=xxx&access_token=xxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "actions":[ { "action":"dislike", "category":"server_sdk_demo_default_content_feed_2_1", "type":1, "id":7094926998039953950, "timestamp":1656337496, "filter_words":["8:0","6:17034"] }, { "action":"dislike", "category":"server_sdk_demo_default_content_feed_2_1", "type":1, "id":7110201854629413384, "timestamp":1656337496, "filter_words":["5:2529524719","9:1"] } ] }'
{ "msg": "success", "req_id": "202206272148250102112140390110431F", "ret": 0 }