- 爱品
- AI热点
- 热榜聚焦
- 个人中心
- 登录
- 测试
- 前言洞察
- 开源情报
- 项目
- AI会商
- 未命名接口POST
提及地区
开发中
POST
/aiScheme/image/ref-area
请求参数
Body 参数application/json
sid
integer
必需
typeId
integer
必需
sortType
string
必需
datyType
integer
必需
startDate
string
必需
endDate
string
必需
platform
array[string]
必需
emotion
array[string]
必需
simType
string
必需
collapse
integer
必需
reply
integer
必需
origin
integer
必需
valid
integer
必需
isAi
integer
必需
newsContentIpLocation
string
必需
mediaLevel
array[string]
必需
tags
object
必需
focusId
string
必需
readStatus
string
必需
washStatus
string
必需
warnStatus
string
必需
warnTime
string
必需
sort
string
必需
keywords
string
必需
searchType
integer
必需
selfArea
string
选中的地区默认全国
示例
{
"sid": 80,
"typeId": 0,
"sortType": "post",
"datyType": 3,
"startDate": "2025-04-19 00:00:00",
"endDate": "2025-04-21 16:12:08",
"platform": [
"web",
"wx",
"weibo",
"media_toutiao",
"app",
"video",
"bbs",
"journal",
"aq",
"app_xiaohongshu",
"app_other",
"video_kuaishou",
"video_douyin",
"video_xiguashipin",
"video_bzhan",
"video_other"
],
"emotion": [
"正面",
"中性",
"负面"
],
"simType": "title_sim_hash",
"collapse": 0,
"reply": 0,
"origin": 0,
"valid": 0,
"isAi": 0,
"newsContentIpLocation": "全国",
"mediaLevel": [],
"tags": {},
"focusId": "全部",
"readStatus": "0",
"washStatus": "1",
"warnStatus": "0",
"warnTime": "0",
"sort": "timeDesc",
"keywords": "",
"searchType": 0,
"selfArea":"安徽-合肥"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/aiScheme/image/ref-area' \
--header 'Content-Type: application/json' \
--data-raw '{
"sid": 80,
"typeId": 0,
"sortType": "post",
"datyType": 3,
"startDate": "2025-04-19 00:00:00",
"endDate": "2025-04-21 16:12:08",
"platform": [
"web",
"wx",
"weibo",
"media_toutiao",
"app",
"video",
"bbs",
"journal",
"aq",
"app_xiaohongshu",
"app_other",
"video_kuaishou",
"video_douyin",
"video_xiguashipin",
"video_bzhan",
"video_other"
],
"emotion": [
"正面",
"中性",
"负面"
],
"simType": "title_sim_hash",
"collapse": 0,
"reply": 0,
"origin": 0,
"valid": 0,
"isAi": 0,
"newsContentIpLocation": "全国",
"mediaLevel": [],
"tags": {},
"focusId": "全部",
"readStatus": "0",
"washStatus": "1",
"warnStatus": "0",
"warnTime": "0",
"sort": "timeDesc",
"keywords": "",
"searchType": 0,
"selfArea":"安徽-合肥"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}