GET
v2/education/{ProcessId}/result
Depreciation Copyleaks V1 API has been deprectaed and will reach it's end of life on July 1st 2020.
See newer version documentation - Copyleaks V3 API.
Get the results using the process Id. See exactly where your submitted content has been used, and get a full report showing the copied parts.
Add this HTTP header to your request: You need to login with a user and api key in order to access this method.
Authorization: Bearer <Your-Login-Token>
Not sure how to generate your login token? Read here.
application/json, text/json
Sample:
{ "report":"https://copyleaks.com/compare-embed/education/0000ca57-c9fe-42e8-afcd-385f492b855e/1", "paidCredits":8, "results":[ { "id":123, "url":"http://example.com/", "totalMatchedPercents":15, "totalMatchedWords":100, "title":"Title of the file", "introduction":"This is how the text starts.", "report":"https://copyleaks.com/compare-embed/education/0000ca57-c9fe-42e8-afcd-385f492b855e/123/1/1" } ] }
Resource Description
Name | Description | Type | Additional information | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
report | The full report including aggregated plagiarism score | URI | |||||||||||||||||||||||||||||||||
paidCredits | Overall credits used for the scan | integer | |||||||||||||||||||||||||||||||||
results |
|
Common Errors
Error Code | Error Message |
---|---|
26 | The request cannot be completed because the process is still running. |
27 | Unknown process id! |
37 | Authorization has been denied for this request. |