Hanzo
OpenapiAi

Unified RAG ingest: parse + chunk + embed documents and pipe them to BOTH Hanzo…

Unified RAG ingest: parse + chunk + embed documents and pipe them to BOTH Hanzo Vector (semantic) AND Hanzo Search (keyword) under the tenant index…

POST /v1/ai/rag/ingest

Addresshttps://api.hanzo.ai/v1/ai/rag/ingest
MethodPOST
Operationpost_ai_rag_ingest
AuthAuthorization: Bearer $HANZO_API_KEY

Unified RAG ingest: parse + chunk + embed documents and pipe them to BOTH Hanzo Vector (semantic) AND Hanzo Search (keyword) under the tenant index {owner}-{store}-docs — the same index /v1/chat retrieval reads. The source is pluggable: "upload" (inline files/documents), "github" (index a repo), "crawl" (web), or "s3" (the store's object-storage space). The owner is bound to the authenticated principal; the client-supplied owner is never trusted.

Request

The document declares no body for POST /v1/ai/rag/ingest. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_ai_rag_ingest, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


AI API · All Hanzo APIs · Interactive reference

How is this guide?

On this page