Access denied due to invalid subscription key (Face API)

后端 未结 5 1239
渐次进展
渐次进展 2020-12-10 13:16

I am having trouble using Microsoft Face API. Below is my sample request:

curl -v -X POST \"https://westus.api.cognitive.microsoft.com/face/v1.0/detect?retur         


        
5条回答
  •  一生所求
    2020-12-10 14:02

    It appears that you've entered your Azure subscription ID instead? In the Azure portal, you can find the API key under 'Keys', shown below:

    It will be a 32-digit hexadecimal number, no hyphens.

提交回复
热议问题