16 lines
513 B
Markdown
16 lines
513 B
Markdown
---
|
|
layout: default
|
|
title: REST API reference
|
|
nav_order: 1
|
|
has_toc: true
|
|
redirect_from:
|
|
- /opensearch/rest-api/index/
|
|
---
|
|
|
|
# REST API reference
|
|
|
|
OpenSearch uses its REST API for most operations. This _incomplete_ section includes REST API paths, HTTP verbs, supported parameters, request body details, and example responses.
|
|
|
|
In general, the OpenSearch REST API is no different from the Elasticsearch OSS REST API; most client code that worked with Elasticsearch OSS should also work with OpenSearch.
|
|
{: .tip }
|