人工智能扫描
POST
/api/v1/scan/ai使用我们最先进的 AI 检测模型扫描 AI 内容字符串。确保您发送的内容字符串编码为 UTF-8
人工智能模型
我们以前和当前的人工智能模型都显示在这里
版本 | 姓名 | 参考编号 | 描述 | 标签 |
---|---|---|---|---|
2.0 | 2.0标准型号 | 1 | 如果您允许进行一些 AI 编辑,请使用此模型 | GPT-4、GPT-3+、GPT-J、GPT-Neo、释义、降低假阳性率 |
3.0 | 3.0涡轮模型 | 2 | 该模型是最准确的,但可能很敏感。如果您对所使用的人工智能的容忍度非常低,请使用此选项。在这里了解更多 | GPT-4 Turbo、Claude、Gemini、Grok、Paraphrase,显着降低误报率 |
多语言 | 多语言 | 3 | 我们的最新型号支持英语以外的语言 | 俄语、西班牙语、土耳其语、意大利语、法语、德语、葡萄牙语、荷兰语、中文(普通话)、希腊语、波兰语、越南语、日语、波斯语 |
请求参数
Header 参数
X-OAI-API-KEY
string
必需
示例值:
your-api-key
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
content
string
必需
您要检查的 AI 内容
title
string
可选
可选的标题属性可帮助您跟踪扫描
aiModelVersion
string
可选
AI模型版本标识符。默认是我们最新的人工智能模型。请参阅上表了解更多信息
storeScan
string
可选
添加此属性将确保您的扫描在运行后不会被存储
示例
{
"content": "The Galaxy S23 launch may be far behind us, but Samsung likely has plenty more to announce in 2023. That's if history repeats itself. Should Samsung stick to its annual routine, we can expect to see new foldable phones and wearable devices in August. The company also previewed new designs for bendable phones and tablets earlier this year, hinting that the company may be planning to expand beyond the Z Fold and Z Flip in the near future. Though Samsung regularly releases new products across many categories, including TVs, home appliances and monitors, I'm most interested in where its mobile devices are headed. Samsung is one of the world's largest smartphone manufacturers by market share, meaning it has more influence than most other tech companies on the devices we carry in our pockets each day. Wearables have also become a large part of how Samsung intends to differentiate its phones from those of other Android device makers. It's a strategy to create a web of products that keep people hooked, much like Apple's range of devices.",
"title": "optional title",
"aiModelVersion": "1",
"storeScan": "false"
}
示例代码
返回响应
成功(200)
参数错误(422)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
public_link
string
必需
title
string
必需
score
object
必需
original
number
必需
ai
number
必需
blocks
array [object {3}]
必需
text
string
必需
result
object
必需
status
string
必需
credits_used
integer
必需
credits
integer
必需
content
string
必需
aiModelVersion
integer
必需
示例
成功示例
{
"success": true,
"public_link": "https://app.originality.ai/share/28whd31qersg9uco",
"title": "this is a gpt scan (optional)",
"score": {
"original": 0.1059,
"ai": 0.8941
},
"blocks": [
{
"text": "150 words of sub text from your content that was individually scanned",
"result": {
"fake": 0.3532,
"real": 0.6468
},
"status": "success"
},
{
"text": "150 words of sub text from your content that was individually scanned",
"result": {
"fake": 0.3532,
"real": 0.6468
},
"status": "success"
}
],
"credits_used": 2,
"credits": 1992,
"content": "The Galaxy S23 launch may be far behind us, but Samsung likely has plenty more to announce in 2023. That's if history repeats itself. Should Samsung stick to its annual routine, we can expect to see new foldable phones and wearable devices in August. The company also previewed new designs for bendable phones and tablets earlier this year, hinting that the company may be planning to expand beyond the Z Fold and Z Flip in the near future. Though Samsung regularly releases new products across many categories, including TVs, home appliances and monitors, I'm most interested in where its mobile devices are headed. Samsung is one of the world's largest smartphone manufacturers by market share, meaning it has more influence than most other tech companies on the devices we carry in our pockets each day. Wearables have also become a large part of how Samsung intends to differentiate its phones from those of other Android device makers. It's a strategy to create a web of products that keep people hooked, much like Apple's range of devices.",
"aiModelVersion": 1
}
最后修改时间: 8 个月前