CodeCheck AI Code Review and Security Audit
CodeCheck is an AI code intelligence API built for developers and AI agents. Submit any code and get back detailed analysis in seconds: ENDPOINTS: - POST /code/review — Full code review with quality score across readability, performance, maintainability and security - POST /code/bugs — Bug detection with severity ratings and fixed code snippets - POST /code/security — OWASP-aligned security…
CodeCheck AI Code Review and Security Audit endpoints
| Method | Endpoint | Description |
|---|---|---|
| code | ||
| POST |
refactorCode /code/refactor |
Rewrite code for better readability, performance or a specific goal. Returns fully refactored code with changelog and improvement metrics. |
| POST |
findBugs /code/bugs |
Find bugs, logic errors, null pointer issues, off-by-one errors and edge cases. Returns each bug with severity, location and fixed code snippet. |
| POST |
securityAudit /code/security |
OWASP-aligned security vulnerability audit. Detects SQL injection, XSS, CSRF, hardcoded secrets, insecure auth, command injection and more. |
| POST |
analyzeComplexity /code/complexity |
Analyze cyclomatic complexity, cognitive complexity, lines of code, nesting depth and maintainability index. |
| POST |
reviewCode /code/review |
Full code review with quality score across readability, performance, maintainability, and security. Returns issues with severity and fix suggestions. |
| POST |
explainCode /code/explain |
Explain code in plain English for any audience level — junior developer, senior engineer, or non-technical stakeholder. |
CodeCheck AI Code Review and Security Audit pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|