Scan Content for Plagiarism
How to Configure the Scan Content for Plagiarism Step
Output Format
{
"success": true,
"disclaimer": "If you are trying to scan content that is under 50 words in length, you will run into AI accuracy issues.",
"public_link": "https://app.originality.ai/share/[ID]",
"title": "API V1 Scan",
"total_text_score": "93%",
"results": [
{
"phrase": "phrase one",
"results": [
{
"link": "example.com",
"title": "title",
"scores": [
{
"score": 1.0000000000000002,
"sentence": "sentence one"
}
],
"timestamps": {
"date_modified": "2024-02-26",
"date_published": "2024-02-26"
}
}
]
},
// Additional results here
],
"credits_used": 10,
"credits": 123,
"subscription": 123,
"content": "content here",
"id": [id]
}Last updated
Was this helpful?