v1
latestOpenAPI 3.1.02026-08-044257268.7 KBDiscover
Semantic endpoint search (ranked cards)
The shared discover pipeline projected as public endpoint cards in ranked order — the semantic twin of GET /public/v1/endpoints?q=. Cards carry categories node-id tags for client-side grouping.
post/v1/discover/endpoints
Request body
Example request
{
"q": "twitter posts",
"limit": 200,
"category": "twitter",
"minScore": 0.2
}Response
Ranked endpoint cards
Example response
{
"items": [
{
"provider": "exa",
"endpoint": "/search"
}
]
}