v1
latestOpenAPI 3.1.02026-08-044257268.7 KBList or search endpoints
Cursor-paginated flat list of endpoint cards. Pass category to narrow to a category node (ids from GET /public/v1/categories), provider to narrow to one provider's endpoints, and/or q for BM25 keyword ranking.
Query parameters
Max items per page (server-side cap applies).
Max items per page (server-side cap applies).
Cursor returned by the previous page.
Cursor returned by the previous page.
Optional free-text query — BM25 keyword ranking over the endpoint catalog (endpoint copy, provider names, category names). Combinable with category.
Optional free-text query — BM25 keyword ranking over the endpoint catalog (endpoint copy, provider names, category names). Combinable with category.
Category node id to filter by (top group, leaf category, or provider node id from GET /public/v1/categories).
Category node id to filter by (top group, leaf category, or provider node id from GET /public/v1/categories).
Provider slug to narrow to (exact match). Combinable with q and category; an unknown slug returns an empty page.
Provider slug to narrow to (exact match). Combinable with q and category; an unknown slug returns an empty page.
Response
Endpoints page
Example response
{
"items": [
{
"provider": "exa",
"endpoint": "/search"
}
]
}