Webhook HTTP verb
The HTTP verb for this webhook is upon developer request. You need to specify your verb while executing the Export method SeecrawledVersion.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.
object
object
Example
Citation Checker
Whenreferences.validate is enabled, the crawled version includes a referencesValidation object with the validation summary and a results array (one entry per detected reference).
object
Aggregated counts for the references that were detected and validated in the document.
array[object]
One entry per detected reference, with what Copyleaks parsed from the citation, where it appears in the document, and the corroborating sources that were found.
Validation semantics
A reference is counted inacademicValidated or nonAcademicValidated only when it is fully corroborated: the top suggestion matched the title and no checked signal is false. A signal that is absent or null is ignored, not held against the reference.
- A suggestion with
signalsof{ "title": true }only, with no year or authors checked, counts as validated. - A suggestion with
{ "title": true, "year": false, "authors": false }does not count as validated.
References validation example
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 crawled versions and other scan data to your users.

