I have integrated with CoopyLeaks, and liked the feature to check if text was written by AI.
However, after following the documentation, the results don't return any information regarding this aspect of the scan. Neither the generated PDF or the json object of details. This is the relevant part of the properties
config:
properties: {
aiGeneratedText: {
detect: true,
},
action: 0, //0 : Scan ASAP, 1 : Check-Credits, 2 : Index Only in CopyLeaks Database.
//scanMethodAlgorithm
//0:MaximumCoverage: prioritize higher similarity score.
//1: MaximumResults: prioritize finding more sources.
scanMethodAlgorithm: 1,
cheatDetection: true,
}
- Other parts of the report are generated successfully.
- Worth mentioning that contacting the old
v2
version directly only for AI detection works, as documented in their link here. However, I'm trying to do it in thev3
scan api, as mentioned by them as well according to this image:
Thank you for your time, and appreciate the help.
As you mentioned, Copyleaks provide two options to consume AI Content Detection services:
properties.aiGeneratedText.detect
flag. Once Copyleaks will detect AI content on your submitted text, you will be notified about the incident on the Completed Webhook under the sectionnotifications.alerts
. If the submitted text will be found as human text, no alert will be created.