Vespa Document API v1

The /document/v1 API supports GET, POST, PUT, and DELETE for documents, plus bulk visiting/iteration with continuation tokens, conditional writes (test-and-set using the document selector language), and upserts. Backpressure is signaled with 429 Too Many Requests.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: vespa:vespa-document-api-v1
name: Vespa Document API v1
humanURL: https://docs.vespa.ai/en/document-v1-api-guide.html
baseURL: http://{vespa_endpoint}/document/v1
tags:
- REST
- Documents
- CRUD
- Visit
description: The /document/v1 API supports GET, POST, PUT, and DELETE for documents, plus bulk visiting/iteration
  with continuation tokens, conditional writes (test-and-set using the document selector language), and
  upserts. Backpressure is signaled with 429 Too Many Requests.
properties:
- type: Documentation
  url: https://docs.vespa.ai/en/document-v1-api-guide.html