---
title: "POST /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability"
method: POST
path: "/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability"
tags: ["CognitiveServicesAccounts"]
---

# POST /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability

`POST /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability`

Check available SKUs.

## Parameters

- `../../../../../common-types/resource-management/v3/types.json#/components/parameters/ApiVersionParameter` — unresolved $ref
- `../../../../../common-types/resource-management/v3/types.json#/components/parameters/SubscriptionIdParameter` — unresolved $ref
- `../../../../../common-types/resource-management/v3/types.json#/components/parameters/LocationParameter` — unresolved $ref

## Request body

- CheckSkuAvailabilityParameter — Check SKU availability parameter.
  - `skus` string[], required — The SKU of the resource.
  - `kind` string, required — The kind (type) of cognitive service account.
  - `type` string, required — The Type of the resource.

## Response `200`

The request has succeeded.

- SkuAvailabilityListResult — Check SKU availability result list.
  - `value` SkuAvailability[] — Check SKU availability result list.
    - `kind` string — The kind (type) of cognitive service account.
    - `type` string — The Type of the resource.
    - `skuName` string — The name of SKU.
    - `skuAvailable` boolean — Indicates the given SKU is available or not.
    - `reason` string — Reason why the SKU is not available.
    - `message` string — Additional error message.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-microsoft-cognitiveservices.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-microsoft-cognitiveservices/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-microsoft-cognitiveservices/revisions/691c4877e0b8/schema)
