latestOpenAPI 3.1.02026-08-214257272.8 KB
6c351c1bd0eb
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
Example request
{
"q": "twitter posts",
"minScore": 0.2
}Response
Provider entries with semantic match counts
Example response
{
"items": [
{
"url": "https://context.dev"
}
]
}