number
The current score of the scan up to this point.
string
The developer payload that was provided in the submit method.
array[object]
Show internet result properties
Show internet result properties
string
Unique result ID to identify the result.
string
Document title. Mostly extracted from the document content.
string
Document brief introduction. Mostly extracted from the document content.
integer
Unsigned Integer. Total matched words between this result and the scanned document.
string<uri>
Public URL of the resource.
object
Show metadata properties
Show metadata properties
string<uri>
Final result url after all http redirects.
string<uri>
Extracted canonical url from the result.
string<date-time>
Publication date of the result.
string<date-time>
Creation date of the result.
string<date-time>
Last modification date of the result.
string
Result author.
string
Result organization.
string
Result filename.
array[object]
Show database result properties
Show database result properties
integer
Unique result ID to identify this result.
string
Document title. Mostly extracted from the document content.
string
Document brief introduction.
integer
Unsigned Integer. Total matched words between this result and the scanned document.
string
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.
object
Show metadata properties
Show metadata properties
string<uri>
Final result url after all http redirects.
string<uri>
Extracted canonical url from the result.
string<date-time>
Publication date of the result.
string<date-time>
Creation date of the result.
string<date-time>
Last modification date of the result.
string
Result author.
string
Result organization.
string
Result filename.
array[object]
Show batch result properties
Show batch result properties
string
Unique result ID to identify this result.
string
Document title.
string
Document brief introduction.
integer
Unsigned Integer. Total matched words between this result and the scanned document.
string
The batch id that is unique for all scans in this batch.
object
Show metadata properties
Show metadata properties
string<uri>
Final result url after all http redirects.
string<uri>
Extracted canonical url from the result.
string<date-time>
Publication date of the result.
string<date-time>
Creation date of the result.
string<date-time>
Last modification date of the result.
string
Result author.
string
Result organization.
string
Result filename.
array[object]
Show repository result properties
Show repository result properties
string
Unique result ID to identify this result.
string
Document title.
string
Document brief introduction.
integer
Unsigned Integer. Total matched words between this result and the scanned document.
string
The repository Id that has the result.
string
The scanId of the matched results in the repository.
object
Show metadata properties
Show metadata properties
string<uri>
Final result url after all http redirects.
string<uri>
Extracted canonical url from the result.
string<date-time>
Publication date of the result.
string<date-time>
Creation date of the result.
string<date-time>
Last modification date of the result.
string
Result author.
string
Result organization.
string
Result filename.
string
Email of the user which added this document to the repository.
array[object]
Results from the Internal AI Source Match feature, identifying content that matches sources in the Copyleaks internal AI database.
Show internalAIData properties
Show internalAIData properties
string
Short identifier for the match.
string
Title of the matched database entry.
string
Sample excerpt of the matched content.
integer
Total number of words matched from Copyleaks internal AI database.
integer
Number of exactly identical words.
integer
Number of similar but not identical words.
integer
Number of paraphrased words detected.
integer
Total word count in the matched database entry.
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"
}
}
]
}
Next Steps
Webhooks Overview
Learn about the different types of webhooks and how to handle them.
Export Method
Learn how to export scan results, including new plagiarism results.
How to Display Scan Reports
Understand how to present new results to your users effectively.

