- 1、服务总线-字典接口组
- 2、消息服务-业务接口组
- 服务总线-附件
- 产品API
- 字典API
- 主题订阅
- 分析组件
- 事件/话题简介POST
- 热点主题POST
- 概述POST
- 专家观点POST
- 信息内容分类POST
- 发布地域POST
- 发文习惯POST
- 媒体曝光趋势对比POST
- 媒体等级分布POST
- 微博网民观点POST
- 提及地域分布POST
- 传播路径POST
- 账号认证分布POST
- 账号性别分布POST
- 热点榜单POST
- 热点短语POST
- 热点词语POST
- 情感倾向POST
- 热点文章POST
- 媒体曝光趋势POST
- 影响力指数POST
- 互动趋势POST
- 热门组织POST
- 热门人物POST
- 互动概览POST
- 渠道首发POST
- 活跃账号POST
- 总声量渠道对比POST
- 媒体榜单POST
- 信息概览POST
- 渠道声量分析POST
- 活跃站点POST
- 传播国家量POST
- 网民情感分布POST
- 传播语种量POST
- 语种声量分析POST
- 信息列表POST
- 声量占比POST
- 多主题情感对比POST
- 媒体声量分布POST
- 影响力指数榜单POST
- 互动趋势对比POST
- Twitter账号关系POST
- 阶段演化POST
- AI雷达
热点主题
POST
/gateway/analysis/api/analyzeModule/hotTheme
请求参数
Header 参数
appKey
string
必需
nonce
string
必需
示例值:
{{nonce}}
timestamp
string
必需
示例值:
{{timestamp}}
signature
string
必需
示例值:
{{signature}}
Body 参数application/json
schemeId
integer
必需
dataSource
array [object {9}]
必需
id
integer
必需
children
array [object {3}] | null
必需
label
string
必需
type
integer
必需
value
string
必需
weight
null
必需
site
string | null
必需
channelGroup
string | null
必需
account
string
必需
realTime
integer
必需
startPubTime
null
必需
endPubTime
null
必需
articleType
array[integer]
必需
size
integer
必需
示例
{
"schemeId": 30822936,
"dataSource": [
{
"id": 36,
"children": [
{
"id": 1,
"label": "网站",
"value": "00101,00100,10101,10100,10104"
},
{
"id": 30,
"label": "今日头条",
"value": "00104"
}
],
"label": "网媒",
"type": 1,
"value": "00101,00100,10101,10100,10104,00104",
"weight": null,
"site": "1",
"channelGroup": "2,4",
"account": "3"
},
{
"id": 3,
"children": null,
"label": "微博",
"type": 0,
"value": "00301",
"weight": null,
"site": null,
"channelGroup": null,
"account": "3"
}
],
"realTime": 7,
"startPubTime": null,
"endPubTime": null,
"articleType": [
1,
2,
3
],
"size": 10
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/gateway/analysis/api/analyzeModule/hotTheme' \
--header 'appKey;' \
--header 'nonce: {{nonce}}' \
--header 'timestamp: {{timestamp}}' \
--header 'signature: {{signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"schemeId": 30822936,
"dataSource": [
{
"id": 36,
"children": [
{
"id": 1,
"label": "网站",
"value": "00101,00100,10101,10100,10104"
},
{
"id": 30,
"label": "今日头条",
"value": "00104"
}
],
"label": "网媒",
"type": 1,
"value": "00101,00100,10101,10100,10104,00104",
"weight": null,
"site": "1",
"channelGroup": "2,4",
"account": "3"
},
{
"id": 3,
"children": null,
"label": "微博",
"type": 0,
"value": "00301",
"weight": null,
"site": null,
"channelGroup": null,
"account": "3"
}
],
"realTime": 7,
"startPubTime": null,
"endPubTime": null,
"articleType": [
1,
2,
3
],
"size": 10
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-03-27 01:45:26