Webhook HTTP verb
The HTTP verb for this webhook is upon developer request. You need to specify your verb while executing the Export method Seeresults.verb field.
We recommend you use the HTTP verb
PUT. It will allow Copyleaks to override an existing file as needed.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
]
}
}
}
}
}
}
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 plagiarism results to your users effectively.

