azure.com

Cognitive Services Management Client

🔑 oauth2 14 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
Lists all the available Cognitive Services account operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.CognitiveServices/operations
Gets the list of Microsoft.CognitiveServices SKUs available for your Subscrip…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus
Returns all the resources of a particular type belonging to a subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/accounts
Endpoints (14 total)
GET
/providers/Microsoft.CognitiveServices/operations
Lists all the available Cognitive Services account operations.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus
Gets the list of Microsoft.CognitiveServices SKUs available for your Subscrip…
GET
/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/accounts
Returns all the resources of a particular type belonging to a subscription.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts
Returns all the resources of a particular type belonging to a resource group
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}
Returns a Cognitive Services account specified by the parameters.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/skus
List available SKUs for the requested Cognitive Services account
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/usages
Get usages for the requested Cognitive Services account
POST
/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability
Check whether a domain is available.
POST
/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability
Check available SKUs.
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/listKeys
Lists the account keys for the specified Cognitive Services account.
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/regenerateKey
Regenerates the specified account key for the specified Cognitive Services ac…
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}
Create Cognitive Services Account. Accounts is a resource group wide resource…
At a glance
Total SDKs9
Languages8
Endpoints14
Authoauth2
Categories1