Full URL: POST https://api.kupe.in/api/v1/search/hybrid?agent_id={uuid}
Hybrid keyword + vector search. When the vector backend does not expose sparse/BM25 on this path, Kupe returns semantic-only results with per-item score objects (not raw floats).
Auth: excluded from x-api-key in the backend — secure at the edge if exposed publicly.
Documentation Index
Fetch the complete documentation index at: https://kupe.in/docs/llms.txt
Use this file to discover all available pages before exploring further.
Chunk texts + hybrid score objects (semantic fallback path).
Returned by POST /api/v1/search/semantic and POST /api/v1/search/hybrid. data is chunk text strings. scores: semantic returns a parallel list of numeric distances; hybrid returns objects { combined_score, distance, sparse_score } per chunk.