我已经使用Bing搜索API很长一段时间了,现在我希望在我的程序中添加Bing自动建议API,所以我输入与搜索API相同的订阅密钥来获得自动建议结果。但程序给出了一个错误:
{
"error": {
"code": "401",
"message": "Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource."
}
}
字符串
是否需要在Azure中为自动建议创建另一个资源组?但是当我这样做时,Azure在部署时显示配额不足的错误消息:
{
"status": "Failed",
"error": {
"code": "InsufficientQuota",
"message": "Insufficient Quota"
}
}
型
我现在应该做什么才能使自动建议可用?顺便说一句,我正在使用Azure的学生帐户。
1条答案
按热度按时间mkh04yzy1#
我可以同时使用Bing Search API和Auto Suggest API吗?
是的,您可以同时使用Bing搜索API和自动建议API。
您可以使用下面的Python代码同时获得Bing搜索API和自动建议API。
验证码:
字符串
输出示例:
型
的数据
参考号: