API Introduction
The Corbulo API provides programmatic access to code health assessments, PR analysis, architecture insights, and project management. All endpoints return JSON and follow standard REST conventions.Base URL
Authentication
All API requests require an API key passed as a Bearer token in theAuthorization header.
Request/Response Format
All request and response bodies use JSON. IncludeContent-Type: application/json for POST, PATCH, and PUT requests.
Error Responses
Errors return a JSON object with anerror field:
HTTP Status Codes
Pagination
List endpoints uselimit and offset query parameters for pagination.
Paginated responses include
total_count (or total), limit, and offset fields alongside the items array.