azure.com

Client that can be used to query an index and upload, merge, or delete documents.

9 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Searches for documents in the index.
curl \
  /docs
Queries the number of documents in the index.
curl \
  /docs/$count
Retrieves a document from the index.
curl \
  /docs('{key}')
Endpoints (9 total)
GET
/docs
Searches for documents in the index.
GET
/docs/$count
Queries the number of documents in the index.
GET
/docs('{key}')
Retrieves a document from the index.
GET
/docs/search.suggest
Suggests documents in the index that match the given partial query text.
GET
/docs/search.autocomplete
Autocompletes incomplete query terms based on input text and matching terms i…
POST
/docs/search.index
Sends a batch of document write actions to the index.
POST
/docs/search.post.search
Searches for documents in the index.
POST
/docs/search.post.suggest
Suggests documents in the index that match the given partial query text.
POST
/docs/search.post.autocomplete
Autocompletes incomplete query terms based on input text and matching terms i…
At a glance
Total SDKs9
Languages8
Endpoints9
Categories1