人工智能与抄袭/可读性扫描
POST
/api/v1/scan/ai-plag使用我们最先进的 AI 检测模型扫描 AI 内容字符串,并使用实时 Google 索引检查抄袭/可读性。在提交请求之前,请确保您发送的内容字符串编码为 UTF-8。所有抄袭结果都会返回我们为您的内容定制的可读性分数。有关我们的可读性指标的更多信息,请访问:https ://originality.ai/blog/best-readability-scores-to-rank-in-google
请求参数
Header 参数
X-OAI-API-KEY
string
必需
示例值:
your-api-key
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
content
string
必需
title
string
扫描的可选标题
aiModelVersion
integer
可选
excludedUrl
string
可选
用于从抄袭结果和评分中排除的可选网址
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,
"excludedUrl": "cnet.com",
"storeScan": "\"false\""
}
示例代码
返回响应
成功(200)
参数错误(422)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
public_link
string
必需
title
string
必需
ai
object
必需
score
object
必需
aiModelVersion
string
必需
blocks
array [object {3}]
必需
plagiarism
object
必需
total_text_score
string
必需
sources
integer
必需
results
array [object {2}]
必需
readability
object
必需
textStats
object
必需
readability
object
必需
sentences
array [object {7}]
必需
credits_used
integer
必需
credits
integer
必需
content
string
必需
示例
成功示例
{
"success": true,
"public_link": "https://app.originality.ai/share/vyqew8bhkj79n1um",
"title": "optional title",
"ai": {
"score": {
"original": 0.1059,
"ai": 0.8941
},
"aiModelVersion": "1",
"blocks": [
{
"text": "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",
"result": {
"fake": 0.9927,
"real": 0.0073
},
"status": "success"
},
{
"text": "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.",
"result": {
"fake": 0.9333,
"real": 0.0667
},
"status": "success"
}
]
},
"plagiarism": {
"total_text_score": "57%",
"sources": 4,
"results": [
{
"phrase": "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.",
"matches": [
{
"website": "https://www.cnet.com/tech/mobile/galaxy-s23-z-fold-5-and-more-samsung-gadgets-rumored-for-2023/",
"score": 100,
"pText": "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."
}
]
},
{
"phrase": "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.",
"matches": [
{
"website": "https://www.cnet.com/tech/mobile/galaxy-s23-z-fold-5-and-more-samsung-gadgets-rumored-for-2023/",
"score": 96,
"pText": "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."
}
]
},
{
"phrase": "Wearables have also become a large part of how Samsung intends to differentiate its phones from those of other Android device makers.",
"matches": [
{
"website": "https://www.cnet.com/tech/mobile/galaxy-s23-z-fold-5-and-more-samsung-gadgets-rumored-for-2023/",
"score": 100,
"pText": "Wearables have also become a large part of how Samsung intends to differentiate its phones from those of other Android device makers."
}
]
},
{
"phrase": "It's a strategy to create a web of products that keep people hooked, much like Apple's range of devices.",
"matches": [
{
"website": "https://www.cnet.com/tech/mobile/galaxy-s23-z-fold-5-and-more-samsung-gadgets-rumored-for-2023/",
"score": 100,
"pText": "It's a strategy to create a web of products that keep people hooked, much like Apple's range of devices."
}
]
}
]
},
"readability": {
"textStats": {
"letterCount": 843,
"sentenceCount": 8,
"uniqueWordCount": 126,
"syllableCount": 286,
"totalSyllables": 281,
"averageSyllablesPerWord": 1.6,
"wordsWithThreeSyllables": 27,
"percentWordsWithThreeSyllables": 15.34,
"longestSentence": "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. ",
"paragraphCount": 1,
"averageSpeakingTime": 1.4,
"averageReadingTime": 0.7,
"averageWritingTime": 4.4
},
"readability": {
"fleschReadingEase": 49.1,
"fleschGradeLevel": 11.9,
"gunningFoxIndex": 14.7,
"smogIndex": 12,
"powersSumnerKearl": 7.2,
"forcastGradeLevel": 11.4,
"colemanLiauIndex": 12,
"automatedReadabilityIndex": 12,
"daleChallReadabilityGrade": 6.2,
"spacheReadabilityGrade": 5,
"linsearWriteGrade": 7.5
},
"sentences": [
{
"phrase": "The Galaxy S23 launch may be far behind us, but Samsung likely has plenty more to announce in 2023.",
"cleanPhrase": "The Galaxy S23 launch may be far behind us but Samsung likely has plenty more to announce in 2023 ",
"isVeryHard": false,
"isHard": true,
"wordsOver13Chars": [],
"wordsOver4Syllables": [],
"adverbs": [
"far",
"likely",
"more"
]
},
{
"phrase": "That's if history repeats itself.",
"cleanPhrase": "That's if history repeats itself ",
"isVeryHard": false,
"isHard": false,
"wordsOver13Chars": [],
"wordsOver4Syllables": [],
"adverbs": []
},
{
"phrase": "Should Samsung stick to its annual routine, we can expect to see new foldable phones and wearable devices in August.",
"cleanPhrase": "Should Samsung stick to its annual routine we can expect to see new foldable phones and wearable devices in August ",
"isVeryHard": true,
"isHard": false,
"wordsOver13Chars": [],
"wordsOver4Syllables": [],
"adverbs": []
},
{
"phrase": "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.",
"cleanPhrase": "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 ",
"isVeryHard": true,
"isHard": false,
"wordsOver13Chars": [],
"wordsOver4Syllables": [],
"adverbs": []
},
{
"phrase": "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.",
"cleanPhrase": "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 ",
"isVeryHard": true,
"isHard": false,
"wordsOver13Chars": [],
"wordsOver4Syllables": [],
"adverbs": [
"regularly"
]
},
{
"phrase": "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.",
"cleanPhrase": "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 ",
"isVeryHard": true,
"isHard": false,
"wordsOver13Chars": [],
"wordsOver4Syllables": [
"manufacturers"
],
"adverbs": [
"more"
]
},
{
"phrase": "Wearables have also become a large part of how Samsung intends to differentiate its phones from those of other Android device makers.",
"cleanPhrase": "Wearables have also become a large part of how Samsung intends to differentiate its phones from those of other Android device makers ",
"isVeryHard": true,
"isHard": false,
"wordsOver13Chars": [],
"wordsOver4Syllables": [],
"adverbs": []
},
{
"phrase": "It's a strategy to create a web of products that keep people hooked, much like Apple's range of devices.",
"cleanPhrase": "It's a strategy to create a web of products that keep people hooked much like Apple's range of devices ",
"isVeryHard": false,
"isHard": true,
"wordsOver13Chars": [],
"wordsOver4Syllables": [],
"adverbs": []
}
]
},
"credits_used": 4,
"credits": 160907,
"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."
}
最后修改时间: 8 个月前