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
Number of exact words in the text.
Number of nearly identical words with small differences like slow becomes slowly.
Number of paraphrased words stating similar ideas with different words.
text object
The text of the specific result that was found to contain similar content to the submitted text.
pages object
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 ] } } } } }}