v1

latestOpenAPI 3.1.02026-08-044257268.7 KB
Discover

Semantic search grouped by provider

The shared discover pipeline's match set aggregated by provider — the semantic twin of GET /public/v1/providers?q= (same entry shape; counts are within the bounded semantic match set).

post/v1/discover/providers

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

Provider entries with semantic match counts

cursorstring

Opaque cursor for the next page. Absent on the last page.