检测内容是否是人工智能生成的
POST
https://enterprise-api.writer.com/content/organization/{organizationId}/detect请求参数
Path 参数
organizationId
string
必需
Header 参数
content-type
string
必需
示例值:
application/json
Body 参数text/plain
示例代码
返回响应
成功(200)
请求有误(400)
没有权限(401)
禁止访问(403)
记录不存在(404)
服务器错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
array of:
label
string
可选
score
integer
可选
示例
成功示例
[
{
"label": "fake",
"score": 0
}
]
最后修改时间: 10 个月前