Semantic search
Hits are enriched from document rows directly (no registry
join). They carry document_id + display source_url only - never
fetch_url, never tokens. Resolve downloadable links lazily
via GET /documents/{document_id}/source_url. Requires reader+.
Authorizations
User session JWT or instance API key (iak_*). Send as Authorization: Bearer <token>.
Path Parameters
Knowledge base id. Legacy physical prefix vs_ (the kb_ rename is deferred).
128^vs_[A-Za-z0-9-]+$Body
81921 <= x <= 50Drop hits below this score.
Structured filter AST validated at the API boundary; provider
adapters transform it into provider DSL internally. Invalid
filters are rejected with 400 VALIDATION_ERROR, never
silently coerced. Nesting capped at 8 levels; total leaf
clauses at 100.
- Option 1
- Option 2
- Option 3
- Option 4
Restrict to a scope. Omit for both.
knowledge, conversation Required when scope: conversation.