- 爱品
- AI热点
- 热榜聚焦
- 个人中心
- 登录
- 测试
- 前言洞察
- 开源情报
- 方案相关
- 方案信息
- 用户复制设置
- 方案分类
- 昨天方案文章数量POST
- 获取指定类型promptPOST
- 获取最新promptIdPOST
- 项目
- AI会商
- 未命名接口POST
开始检测
开发中
POST
/scheme/scheme/detection
请求参数
Body 参数application/json
id
integer
必需
isDetection
integer
必需
relevance
integer
歧义
tagEmotion
integer
智能分类
aiEmotion
integer
智能情感
simHashFilter
integer
相似文章数
customTags
array [object {2}]
必需
name
string
可选
value
string
可选
keywordsDescribe
string
必需
示例
{
"id":1,
"isDetection":0,
"relevance":1,
"tagEmotion":1,
"aiEmotion":1,
"simHashFilter":0,
"customTags":[
{
"name":"123",
"value":"test"
}
],
"keywordsDescribe":""
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/scheme/scheme/detection' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":1,
"isDetection":0,
"relevance":1,
"tagEmotion":1,
"aiEmotion":1,
"simHashFilter":0,
"customTags":[
{
"name":"123",
"value":"test"
}
],
"keywordsDescribe":""
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-10-24 01:31:38