Using cognitive-services-speech-sdk with azure.com

C# integration

✓ Official SDK
Install
dotnet add package cognitive-services-speech-sdk
Get all top-level domains supported for registration.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains
Get details of a top-level domain.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}
SDK on GitHub 📄 API Docs
SDK
cognitive-services-speech-sdk
C#
API
azure.com
azure.com:web-TopLevelDomains
At a glance
Language C#
Endpoints3
✓ Official