v1
latestOpenAPI 3.1.02026-08-044257268.7 KBDiscover
Search for data endpoints (deprecated)
Semantic search over the endpoint catalog: registry kNN retrieval, signal-based reranking, relevance floors, and per-result pricing. DEPRECATED in favor of POST /v1/discover/endpoints (same pipeline, card response shape, larger page cap); kept for existing CLI/MCP callers and removed in a future release.
post/v1/discover
Request body
Example request
{
"query": "twitter posts",
"limit": 5,
"minScore": 0.2
}Response
Ranked endpoint recommendations
Example response
{
"results": [
{
"provider": "exa",
"endpoint": "/search"
}
]
}