Originality ai
  1. 扫描
Originality ai
  • 简述
  • 错误信息
  • 扫描
    • 人工智能扫描
      POST
    • 抄袭/可读性扫描
      POST
    • 人工智能与抄袭/可读性扫描
      POST
    • 人工智能网址扫描
      POST
  • 帐户
    • 信用额度
      GET
    • 信用使用
      GET
    • 付款方式
      GET
  1. 扫描

抄袭/可读性扫描

开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/api/v1/scan/plag
使用我们的抄袭检测模块扫描内容字符串的抄袭和可读性。该模块使用实时 Google 搜索结果来检查内容中是否存在抄袭。在提交请求之前,请确保内容字符串是 UTF-8 编码的。所有抄袭请求都会返回我们为您的内容定制的可读性分数。有关我们的可读性指标的更多信息,请访问:https ://originality.ai/blog/best-readability-score-to-rank-in-google
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/scan/plag' \
--header 'X-OAI-API-KEY: your-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
  "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": "your title",
  "excludedUrl": "cnet.com",
  "storeScan": "\"false\""
}'
响应示例响应示例
200 - 成功示例
{
  "success": true,
  "public_link": "https://app.originality.ai/share/3gofbqap5jn46r9v",
  "title": "optional title",
  "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."
        }
      ]
    }
  ],
  "credits_used": 2,
  "credits": 160911,
  "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": []
      }
    ]
  },
  "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."
}

请求参数

Header 参数
X-OAI-API-KEY
string 
必需
示例值:
your-api-key
Content-Type
string 
必需
示例值:
application/json
Body 参数application/json
content
string 
您要扫描的内容
必需
title
string 
可选标题
可选
excludedUrl
string 
可选
用于从抄袭结果和评分中排除的可选网址
storeScan
string 
可选
添加此属性将确保您的扫描在运行后不会被存储
示例

返回响应

🟢200成功
application/json
Body
success
boolean 
必需
public_link
string 
必需
title
string 
必需
total_text_score
string 
必需
sources
integer 
必需
results
array [object {2}] 
必需
phrase
string 
必需
matches
array [object {3}] 
必需
credits_used
integer 
必需
credits
integer 
必需
readability
object 
必需
textStats
object 
必需
readability
object 
必需
sentences
array [object {7}] 
必需
content
string 
必需
🟠422参数错误
上一页
人工智能扫描
下一页
人工智能与抄袭/可读性扫描
Built with