Code Plagiarism & Web Similarity API
Integrate your existing software with Codequiry's source code plagiarism checker. We provide a very easy and straightforward Rest API with libraries for any custom use cases.
Updated: 07/16/2024
API Demonstration
Connect your account to run the live examples.
2. Authentication: Making our first request
Before using the endpoints to retrieve and send data, we will need to make sure that each request is being sent with the correct header information.
Base endpoint for all requests
First Request: Getting basic account information
You may use any tool to test the API, we recommend Postman (as it can convert snippets into your language of choice). However, for documentation purposes we will be showing requests by cURL.
Endpoint for retrieving account information
curl -X POST \
https://codequiry.com/api/v1/account \
-H 'Accept: */*' \
-H 'apikey: YOUR_API_KEY_HERE '
Sample Response (JSON)
{
"user": "Name",
"email": "[email protected]",
"peer_checks_remaining": "unlimited",
"pro_checks_remaining": 187,
"submissions": 1318
}
What's next
For optimal understanding of API usage, we recommend following this guide.
Our Mission
Codequiry aims to achieve an equally fair environment for fields relating to computer science by preventing the use of unoriginal and plagiarised code. The first step to preserving academic integrity and original source code starts here.
Disclaimer: The brand images are copyrighted by their respective owners, and we have no affiliation with them. The brands listed represent teams using Codequiry under personal, team, or enterprise plans. Codequiry is utilized by over 5,000 teams globally. Teams and individuals at these organizations can use Codequiry without needing a company-wide plan or contract, except for the professional version.
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?
- Codequiry vs. Turnitin: The Best Code Plagiarism Checker
© 2018-2025 Codequiry LLC., Intelligent Plagiarism Solutions, Inc.