ReasonBlocks Codebase Findings API is one of 9 APIs that ReasonBlocks publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Codebase Findings. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.
This API exposes
8 operations
across 5 paths,
and defines 11 schemas.
It is described by OpenAPI 3.1.0, at version 0.1.0.
Requests are made against the base URL https://rb-api.reasonblocks.com.
8 operations5 paths11 schemas2 DELETE2 GET1 PATCH3 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://rb-api.reasonblocks.com
Authentication
HTTP Bearer
Resource Areas
1
Authentication & Security 1
ReasonBlocks Codebase Findings API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (HTTPBearer).
Paths & Operations 8
Across 5 paths, the API surfaces 8 operations — 2 DELETE, 2 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are ValidationError (5 properties), FindingStoreRequest (4 properties), FindingSearchRequest (3 properties), FindingPatch (3 properties). Each schema is shown below with its type and property counts.
ValidationError
object
5 properties3 required
FindingListResponse
object
2 properties
HTTPValidationError
object
1 property
FindingSearchResponse
object
1 property
FindingSearchRequest
object
Body for POST /findings/{codebaseid}/search -- semantic recall query.
3 properties1 required
FindingInvalidateResponse
object
1 property
FindingStoreResponse
object
2 properties
FindingPatch
object
3 properties
FindingStoreRequest
object
Body for POST /findings/{codebaseid} -- one finding to persist.
4 properties1 required
FindingInvalidateRequest
object
Invalidate cached findings whose filepath matches one of the listed paths.
1 property
CodebaseListResponse
object
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.