New Result
The new results webhook is triggered when a new plagiarism result is found during the scan process. When you receive this webhook, the scan is still in progress.
The current score of the scan up to this point.
The developer payload that was provided in the submit method.
internet object
Unique result ID to identify the result.
Document title. Mostly extracted from the document content.
Document brief introduction. Mostly extracted from the document content.
Unsigned Integer
Total matched words between this result and the scanned document.
Public URL of the resource.
metadata object
database object
Unique result ID to identify this result.
Document title. Mostly extracted from the document content.
Document brief introduction. Mostly extracted from the document content.
Unsigned Integer
Total matched words between this result and the scanned document.
In case a result was found in the Copyleaks internal database, and was submitted by you, this will show the scan id of the specific result. Otherwise, this field will remain empty.
metadata object
Final result url after all http redirects.
Extracted canonical url from the result.
Publication date of the result.
Creation date of the result.
Last modification date of the result.
Result author.
Result organization.
Result filename.
tags array[object]
Unique ID that signifies the type of result tag.
A simple name for this tag.
Short text describing this tag.
batch object
Unique result ID to identify this result.
Document title. Mostly extracted from the document content.
Document brief introduction. Mostly extracted from the document content.
Unsigned Integer
Total matched words between this result and the scanned document.
The batch id that is unique for all scans in this batch.
metadata object
Final result url after all http redirects.
Extracted canonical url from the result.
Publication date of the result.
Creation date of the result.
Last modification date of the result.
Result author.
Result organization.
Result filename.
tags array[object]
Unique ID that signifies the type of result tag.
A simple name for this tag.
Short text describing this tag.
repositories object
Unique result ID to identify this result.
Document title. Mostly extracted from the document content.
Document brief introduction. Mostly extracted from the document content.
Unsigned Integer
Total matched words between this result and the scanned document.
The repository Id that has the result.
The scanId of the matched results in the repository.
metadata object
Final result url after all http redirects.
Extracted canonical url from the result.
Publication date of the result.
Creation date of the result.
Last modification date of the result.
Result author.
Result organization.
Result filename.
Email of the user which added this document to the repository.
tags array[object]
Unique ID that signifies the type of result tag.
A simple name for this tag.
Short text describing this tag.
Example
Section titled “Example”{ "score": 0, "developerPayload": "string", "internet": [ { "id": "string", "title": "string", "introduction": "string", "matchedWords": 0, "url": "string", "metadata": { "finalUrl": "string", "canonicalUrl": "string", "author": "string", "organization": "string", "filename": "string", "publishDate": "string", "creationDate": "string", "lastModificationDate": "string" } } ], "database": [ { "id": "string", "title": "string", "introduction": "string", "matchedWords": 0, "scanId": "string", "metadata": { "finalUrl": "string", "canonicalUrl": "string", "author": "string", "organization": "string", "filename": "string", "publishDate": "string", "creationDate": "string", "lastModificationDate": "string" } } ], "batch": [ { "id": "string", "title": "string", "introduction": "string", "matchedWords": 0, "scanId": "string", "metadata": { "finalUrl": "string", "canonicalUrl": "string", "author": "string", "organization": "string", "filename": "string", "publishDate": "string", "creationDate": "string", "lastModificationDate": "string" } } ], "repositories": [ { "id": "string", "title": "string", "introduction": "string", "matchedWords": 0, "repositoryId": "string", "scanId": "string", "metadata": { "finalUrl": "string", "canonicalUrl": "string", "author": "string", "organization": "string", "filename": "string", "publishDate": "string", "creationDate": "string", "lastModificationDate": "string", "submittedBy": "string" } } ]}