Skip to main content
API referenceSearch

Search

Every Search endpoint in the metagraphed API, with its method and path.

Last updated

6 endpoints.

  • AskPOST /api/v1/ask
    Ask a natural-language question about the registry and get a grounded answer with citations.
  • SearchGET /api/v1/search
    Fetch compact search index.
  • Search IndexGET /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 ResolveGET /api/v1/search/resolve
    Resolve a pasted query to the chain entities it could name (metagraphed-infra#362).
  • Search Resolve By NetworkGET /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 SemanticGET /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.