v1

latestOpenAPI 3.1.02026-08-044257268.7 KB
Discover

Semantic search grouped into categories

The shared discover pipeline's match set aggregated into category nodes with per-node match counts — the semantic twin of GET /public/v1/categories?q= (same response shape; counts are within the bounded semantic match set).

post/v1/discover/categories

Request body

qstring required

Natural-language search query.

minScorenumber

Per-call override for the post-rerank score floor — same semantics as the legacy POST /v1/discover body field.

Example request

{
  "q": "twitter posts",
  "minScore": 0.2
}

Response

Category nodes with semantic match counts

totalEndpointCountinteger required

Exact number of catalog-visible endpoints (with q: matching the query) — drives the All rail count.