Full URL: POST https://api.kupe.in/api/v1/search/semantic?agent_id={uuid}
Vector search scoped to agent_id chunk metadata.
Auth: excluded from x-api-key in the backend (same as create_call) — 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 + numeric scores (cosine distance; lower = more similar when returned).
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.