Copyleaks / plagiarism-report

Allow Copyleaks API users to view the plagiarism report using their downloaded data. Using this report allows users to view the report anytime without being restricted by the Copyleaks expiration policy (that deletes the reports data).
https://api.copyleaks.com
Other
17 stars 8 forks source link

Does this Support AI content detection? #100

Closed mnelson4 closed 8 months ago

mnelson4 commented 8 months ago

Is your feature request related to a problem? Please describe. Hi does this support showing Copyleaks' AI detection results? (As documented here in the API: https://api.copyleaks.com/documentation/v3/scans/submit/file). In our API requests we're requesting Copyleaks to scan for AI-generated content, and are storing the data OK on our server, but now how do we display the results to our users?

Describe the solution you'd like I'd like the plagiarism report to display AI results just like on Copyleaks' main site.

Describe alternatives you've considered I don't think we're willing to parse the API results ourselves and modify the plagiarism report's JS to display the AI content results. We'd probably look for alternative AI-detection tools first (like ones that are simpler to integrate with and don't require so much maintenance.)

Additional context This is similar to https://github.com/Copyleaks/plagiarism-report/issues/99 and https://github.com/Copyleaks/plagiarism-report-demo/issues/39 and I've opened a support ticket on Copyleaks' website. We're getting a bit desperate before looking into alternatives to Copyleaks.

mnelson4 commented 8 months ago

I contacted Copyleaks support directly with the above question and got this reply

The Copyleaks report you build from github is just like the one in our webapp, which does display AI scanning. You will need to supply it with AI and/or plagiarism data received from the API. Please keep in mind, you will need to use Angular and a server to hold your built report and sent data.

So yes, this should support using AI-content-detection results.