ChatGPT SearchSep 23, 2026
If your key requirement is repository-level source-code plagiarism detection that can identify copied functions, the strongest API fit I found is Codequiry.
- Codequiry API — accepts ZIPs of source repositories, supports 65+ languages, and can compare submissions against peers plus external web/database sources. Its detailed-results API provides line-by-line matches, related files, similarity percentages, and match metadata. It explicitly says its web search includes GitHub and Stack Overflow.
SourcererCC — better if you want to build the detection infrastructure yourself rather than consume a hosted API. It detects code clones at the method/function, statement, block, and file levels, and is designed for very large repositories.
Sources7
- codequiry.comCode Plagiarism Detection API Reference | Codequiry
- codequiry.comStart Analysis - Codequiry API
- codequiry.comDetailed Results - Codequiry API
- github.comGitHub - Mondego/SourcererCC: Sourcerer's Code Clone project · GitHub
- github.comGitHub - trailofbits/vendetect: A tool to automatically detect copy+pasted and vendored code between repositories · GitHub
- codequiry.comAPI Overview - Codequiry API Documentation