Vespa Search API

The Vespa Search API accepts queries via YQL or structured query JSON over HTTP GET/POST. It powers full-text, vector, and hybrid retrieval with ranking expressions defined in the application package.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: vespa:vespa-search-api
name: Vespa Search API
humanURL: https://docs.vespa.ai/en/query-api.html
baseURL: http://{vespa_endpoint}/search/
tags:
- REST
- Search
- Query
- YQL
description: The Vespa Search API accepts queries via YQL or structured query JSON over HTTP GET/POST.
  It powers full-text, vector, and hybrid retrieval with ranking expressions defined in the application
  package.
properties:
- type: Documentation
  url: https://docs.vespa.ai/en/query-api.html