Skip to content

Latest commit

 

History

History
69 lines (62 loc) · 4.13 KB

File metadata and controls

69 lines (62 loc) · 4.13 KB
layout title nav_order has_toc has_children nav_exclude permalink redirect_from
default
REST API reference
1
false
true
true
/api-reference/
/opensearch/rest-api/index/
/api-reference/index/

API reference

You can use REST APIs for most operations in OpenSearch. Starting with OpenSearch 3.0, you can use alternative experimental gRPC APIs.

REST APIs

Introduced 1.0 {: .label .label-purple }

OpenSearch supports the following REST APIs:

gRPC APIs

Introduced 3.0 {: .label .label-purple }

Starting with OpenSearch 3.0, you can use gRPC APIs---a high-performance alternative to traditional REST interfaces. These APIs use the gRPC protocol to provide more efficient communication with OpenSearch clusters. For more information and supported APIs, see gRPC APIs.