开始检测
开发中
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}
示例
{}