OpenSearch Search and Indexing REST API

The core OpenSearch REST API for indexing documents, performing search queries (full text, vector, hybrid), aggregations, and managing indices, mappings, templates, aliases, and snapshots.

API entry from apis.yml

apis.yml Raw ↑
aid: opensearch:opensearch-search-api
name: OpenSearch Search and Indexing REST API
description: The core OpenSearch REST API for indexing documents, performing search queries (full text,
  vector, hybrid), aggregations, and managing indices, mappings, templates, aliases, and snapshots.
humanURL: https://docs.opensearch.org/latest/api-reference/
baseURL: https://{cluster-host}:9200
tags:
- Search
- Indexing
- Vector Search
- Aggregations
properties:
- type: Documentation
  url: https://docs.opensearch.org/latest/api-reference/
- type: Documentation
  url: https://docs.opensearch.org/latest/search-plugins/
- type: Reference
  url: https://docs.opensearch.org/latest/api-reference/search/