Crawled Version
A snapshot of the submitted document. It shows how Copyleaks viewed your submitted file.
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 crawledVersion.verb
field.
The crawled version is available in textual format, and if the properties.includeHtml
field (in the submit
method) is set to true
, it is also in HTML format.
metadata object
Number of words in the text.
Number of excluded words in the text.
text object
The crawled version of the submitted text.
exclude object
The start position of the section to exclude.
The length, in characters, of the section to exclude.
The reason why this section was excluded.
pages object
A list of pages start positions of the text.
Example
Section titled “Example”{ "metadata": { "words": 30, "excluded": 2 }, "html": { "value": "<html><body><h1>Example Domain</h1><p>This domain is established to be used for illustrative examples in documents.</body></html>", "exclude": { "starts": [ 16 ], "lengths": [ 14 ], "reasons": [ 3 ], "groupIds": [ 1 ] } }, "text": { "value": "Example Domain This domain is established to be used for illustrative examples in documents.", "exclude": { "starts": [ 0 ], "lengths": [ 14 ], "reasons": [ 3 ] }, "pages": { "startPosition": [ 0 ] } }}