API Documentation
Complete reference for the Reviewwise code review guidance API. Base URL: https://reviewwise.co/v1
Authentication
All API requests require a Bearer token in the Authorization header. Generate your API key from the dashboard.
Authorization: Bearer YOUR_API_KEY
Endpoints
GET /v1/bundles
List all available code review guidance bundles. Returns paginated results with bundle name, description, pillar coverage, and version.
GET /v1/bundles/:id
Retrieve a specific bundle by ID. Returns the full bundle including all rules, profiles, and templates.
GET /v1/bundles/:id/guidance
Get the guidance items for a specific bundle. Returns structured rules and recommendations.
Available bundles
Reviewwise bundles are organized by USQF v7.1 pillar coverage. Each bundle includes rules, profiles, and templates for a specific quality domain.
- Security bundle — OWASP Top 10, NIST SSDF, CWE Top 25 rules
- Accessibility bundle — WCAG 2.2 AA rules and review templates
- Performance bundle — Core Web Vitals, LCP/INP/CLS rules
- Maintainability bundle — Code quality, documentation, and review standards