API referenceSearch
Search
Every Search endpoint in the metagraphed API, with its method and path.
Last updated
6 endpoints.
- Ask —
POST /api/v1/ask
Ask a natural-language question about the registry and get a grounded answer with citations. - Search —
GET /api/v1/search
Fetch compact search index. - Search Index —
GET /api/v1/search-index
Fetch the slim search index — the same documents as /search without the per-document token blobs, for fast browser typeahead and listing. - Search Resolve —
GET /api/v1/search/resolve
Resolve a pasted query to the chain entities it could name (metagraphed-infra#362). - Search Resolve By Network —
GET /api/v1/{network}/search/resolve
Network-scoped form of /api/v1/search/resolve — prefix the route with a network to choose which chain answers it. - Search Semantic —
GET /api/v1/search/semantic
Search the registry by MEANING rather than by keyword: ?q= is embedded and ranked by cosine similarity, so it finds surfaces whose text never contains your terms.