# Azure AI Search Indexes API

**Canonical:** https://apis.io/apis/microsoft-azure-search/microsoft-azure-search-indexes-api/  
**Provider:** Azure AI Search — https://apis.io/providers/microsoft-azure-search/  
**Base URL:** https://{search-service}.search.windows.net/  
**Documentation:** https://learn.microsoft.com/en-us/rest/api/searchservice/

Azure AI Search Indexes API is one of 3 APIs that [Azure AI Search](https://apis.io/providers/microsoft-azure-search/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Indexes. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

The Indexes API from Azure AI Search — 2 operation(s) for indexes.

## Operations (5)

| Method | Path | Summary |
|---|---|---|
| GET | `/indexes` | Search List indexes |
| POST | `/indexes` | Search Create index |
| GET | `/indexes('{indexName}')` | Search Get index |
| PUT | `/indexes('{indexName}')` | Search Create or update index |
| DELETE | `/indexes('{indexName}')` | Search Delete index |

## Machine-readable artifacts (4)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/microsoft-azure-search/refs/heads/main/openapi/microsoft-azure-search-indexes-api-openapi.yml
- **Documentation** — https://learn.microsoft.com/en-us/rest/api/searchservice/
- **Authentication** — https://learn.microsoft.com/en-us/azure/search/search-security-api-keys
- **Versioning** — https://learn.microsoft.com/en-us/rest/api/searchservice/search-service-api-versions

## Other Azure AI Search APIs (2)

- [Azure AI Search Management REST API](https://apis.io/apis/microsoft-azure-search/management-api/)
- [Azure AI Search Documents API](https://apis.io/apis/microsoft-azure-search/microsoft-azure-search-documents-api/)

## Tags

Indexes

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/microsoft-azure-search/microsoft-azure-search-indexes-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/microsoft-azure-search/.
