Code Plagiarism & Similarity API
Integrate your existing software with Codequiry's source code plagiarism checker.
API Demonstration
Connect your account to run the live examples.
6. Starting a check
Now that you have uploaded files to your check, it's time to start running checks on them.
Endpoint for starting checks
Final Step: Running the check
By default all checks will run Peer check, meaning that two files are required to start checking. Once you have uploaded more than 2 files you can also run additional tests on the submissions, such as database and web check. We encourage reading more about the different test types.
When sending the request, we will need to send the check_id to start:
You can also optionally run additional checks by sending:
webcheck = 1 If you would like to run the web check
curl -X POST \
'https://codequiry.com/api/v1/check/start?check_id=YOUR_CHECK_ID?webcheck=1' \
-H 'apikey: YOUR_API_KEY_HERE '
Sample Response (JSON Object)
Notice that there is now a job_id assosiated with the check. This can be used to listen in realtime to the checking progress through SocketIO (documentation on this will be written soon).
{
"check": {
"id": 2000,
"name": "Java",
"created_at": "2019-05-31 15:54:15",
"updated_at": "2019-05-31 16:02:29",
"status_id": 6,
"job_id": 8860
},
"status": "Checking in progress",
"dbcheck": false,
"webcheck": true,
"submission_count": 3,
"dashURL": "https://dashboard.codequiry.com/course/10970/assignment/2000"
}
Error Format Response (422 error)
{
"error": "Invalid check_id provided"
}
What's next
For optimal understanding of API usage, we recommend following this guide.
The API documentation is still actively being written, some information may be missing.
Our Mission
Codequiry aims to achieve an equally fair environment for fields relating to computer science by preventing the use of unoriginal code. The first step to preserving academic integrity and original source code starts here.

Resources
- A code similarity checker
- Check your code for plagiarism
- Automatically grade your coding assignments
- Check java code for plagiarism
- Codequiry Code Checking API
- Codequiry releases updated insights page
- Codequiry vs Moss
- How to detect plagiarism in source code
- How a Code Plagiarism Detector Helps the IT Industry?
© 2021-2022 Codequiry, LLC.