Zavu Agent Knowledge Bases API is one of 21 APIs that Zavu publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Agent Knowledge Bases. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and rate-limit docs.
This API exposes
10 operations
across 4 paths,
and defines 9 schemas.
It is described by OpenAPI 3.0.3, at version 0.2.0.
Requests are made against a single base URL, https://api.zavu.dev.
10 operations4 paths9 schemas2 DELETE4 GET2 PATCH2 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.3
API Version
0.2.0
Base URL
https://api.zavu.dev/v1
Authentication
HTTP Bearer
Resource Areas
1
Authentication & Security 1
Zavu Agent Knowledge Bases API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (JWT) (bearerAuth).
By default, every request must be authenticated.
Paths & Operations 10
Across 4 paths, the API surfaces 10 operations — 2 DELETE, 4 GET, 2 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are AgentDocument (8 properties), AgentKnowledgeBase (8 properties), Error (3 properties), KnowledgeBaseCreateRequest (2 properties). Each schema is shown below with its type and property counts.
KnowledgeBaseResponse
object
1 property1 required
KnowledgeBaseCreateRequest
object
2 properties1 required
KnowledgeBaseUpdateRequest
object
2 properties
AgentDocument
object
8 properties8 required
DocumentCreateRequest
object
2 properties2 required
Error
object
3 properties2 required
DocumentResponse
object
1 property1 required
AgentKnowledgeBase
object
8 properties7 required
DocumentUpdateRequest
object
Fields to update on a knowledge base document. Updating content reprocesses the document for RAG.
2 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.