Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

KAITO Index Management API

Create, list, and delete RAG indexes and their documents.

KAITO Index Management API is one of 5 APIs that KAITO publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Index Management. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 4 paths. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, http://localhost:8080.

5 operations 4 paths 0 schemas 1 DELETE1 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
http://localhost:8080
License
Resource Areas
1

Paths & Operations 5

Across 4 paths, the API surfaces 5 operations — 1 DELETE, 1 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Index Management 5

Create, list, and delete RAG indexes and their documents.

POST
/index
Create or append documents to an index
createIndex body → 200
GET
/indexes/{index_name}/documents
List documents in an index
listIndexDocuments 5 params → 200
POST
/indexes/{index_name}/documents
Append documents to an index
appendIndexDocuments 1 param body → 200
POST
/indexes/{index_name}/documents/delete
Delete documents from an index
deleteIndexDocuments 1 param body → 200
DELETE
/indexes/{index_name}
Delete an index
deleteIndex 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kaito-index-management-api-openapi.yml Raw ↑

Other APIs KAITO publishes across the network.

KAITO RAGEngine API
KAITO Chat API
KAITO Persistence API
KAITO Retrieval API