Results
New Plagiarism Result
A snapshot of specific results detected by Copyleaks. It provides the data from the matched results.
Webhook HTTP verb
Section titled “Webhook HTTP verb”The HTTP verb for this webhook is upon developer request. You need to specify your verb while executing the Export method See results.verb
field.
statistics object
identical integer
Number of exact words in the text.
minorChanges integer
Number of nearly identical words with small differences like slow becomes slowly.
relatedMeaning integer
Number of paraphrased words stating similar ideas with different words.
text object
value string
The text of the specific result that was found to contain similar content to the submitted text.
pages object
startPosition array
A list of pages’ start positions of the text, the first startPosition is the start position of the first page.
Example
Section titled “Example”{ "statistics": { "identical": 0, "minorChanges": 0, "relatedMeaning": 0 }, "text": { "value": "Hello world!", "pages": { "startPosition": [ 0 ] }, "comparison": { "identical": { "source": { "chars": { "starts": [ 0 ], "lengths": [ 1 ] }, "words": { "starts": [ 0 ], "lengths": [ 1 ] } }, "suspected": { "chars": { "starts": [ 0 ], "lengths": [ 1 ] }, "words": { "starts": [ 0 ], "lengths": [ 1 ] } } }, "minorChanges": { "source": { "chars": { "starts": [ 0 ], "lengths": [ 1 ] }, "words": { "starts": [ 0 ], "lengths": [ 1 ] } }, "suspected": { "chars": { "starts": [ 0 ], "lengths": [ 1 ] }, "words": { "starts": [ 0 ], "lengths": [ 1 ] } } }, "relatedMeaning": { "source": { "chars": { "starts": [ 0 ], "lengths": [ 1 ] }, "words": { "starts": [ 0 ], "lengths": [ 1 ] } }, "suspected": { "chars": { "starts": [ 0 ], "lengths": [ 1 ] }, "words": { "starts": [ 0 ], "lengths": [ 1 ] } } } } }, "html": { "value": "<HTML><body><h3>Hello world!</h3></body></HTML>", "comparison": { "identical": { "groupId": [ 0 ], "source": { "chars": { "starts": [ 0 ], "lengths": [ 1 ] }, "words": { "starts": [ 0 ], "lengths": [ 1 ] } }, "suspected": { "chars": { "starts": [ 0 ], "lengths": [ 1 ] }, "words": { "starts": [ 0 ], "lengths": [ 1 ] } } }, "minorChanges": { "groupId": [ 0 ], "source": { "chars": { "starts": [ 0 ], "lengths": [ 1 ] }, "words": { "starts": [ 0 ], "lengths": [ 1 ] } }, "suspected": { "chars": { "starts": [ 0 ], "lengths": [ 1 ] }, "words": { "starts": [ 0 ], "lengths": [ 1 ] } } }, "relatedMeaning": { "groupId": [ 0 ], "source": { "chars": { "starts": [ 0 ], "lengths": [ 1 ] }, "words": { "starts": [ 0 ], "lengths": [ 1 ] } }, "suspected": { "chars": { "starts": [ 0 ], "lengths": [ 1 ] }, "words": { "starts": [ 0 ], "lengths": [ 1 ] } } } } }}
Next Steps
Section titled “Next Steps” Export Method Learn how to use the export method to retrieve detailed scan results.
How to Display Scan Reports Understand how to present plagiarism results to your users effectively.