python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Copyleak Webhook url is not being called
I'm integrating copyleaks API in my PHP project.
Using this code for scanning the free text..
$webookUrl = 'https://example.com/prodparallel/copyleakCallback.php';
Here, I'm replacing the site name wi...

Tamalika Kar
Votes: 0
Answers: 0
How can I pass variable to check plagiarism in Copyleaks API using PHP.? Here is my Code. I have just implement API in php code yet
Following are my code that return expiry time of token and some other login info.
include_once('vendor/copyleaks/php-plagiarism-checker/autoload.php');
use Copyleaks\Copyleaks;
$copyleaks = new Copyle...
Zubair Asif
Votes: 0
Answers: 1