创建案例报告
开发中
POST
/v5/hotnews/case/create-report
请求参数
Body 参数application/json
eventName
string
必需
keyword
string
必需
excludeKeyword
string
必需
startTime
string
必需
endTime
string
必需
timeType
string
时间间隔
typeId
integer
分类id
createMode
integer
创建模式
province
string
省
city
string
市
county
string
区
coverImg
string
封面图
mainKeyword
string
主题词
示例
{
"eventName": "福宝",
"keyword": "福宝+(熊猫|见面|翻滚|可爱|营业|直播|新家)",
"excludeKeyword": "生日,信用",
"startTime": "2024-06-06 00:00:00",
"endTime": "2024-06-24 23:59:59",
"timeType": "day",
"typeId": 1,
"createMode": 2,
"province": "四川省",
"city": "",
"county": "",
"coverImg": "https://saas-pubsentiment-docs.oss-cn-hangzhou.aliyuncs.com/yq_briefdoc_new/zhixi_file/2024-03-20/1962f66baf0644ea6f016e72a7ece40e.png",
"mainKeyword": ""
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/v5/hotnews/case/create-report' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventName": "福宝",
"keyword": "福宝+(熊猫|见面|翻滚|可爱|营业|直播|新家)",
"excludeKeyword": "生日,信用",
"startTime": "2024-06-06 00:00:00",
"endTime": "2024-06-24 23:59:59",
"timeType": "day",
"typeId": 1,
"createMode": 2,
"province": "四川省",
"city": "",
"county": "",
"coverImg": "https://saas-pubsentiment-docs.oss-cn-hangzhou.aliyuncs.com/yq_briefdoc_new/zhixi_file/2024-03-20/1962f66baf0644ea6f016e72a7ece40e.png",
"mainKeyword": ""
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}