1

我想通过调用 Watson Visual Recognition API 对图像进行分类。

所以,我将终点设置为

(a) and sent a request message as 
(b) However, I received an error message as 
(c) How can I resolve this issue?

供参考。- API 密钥是在 IBM Bluemix 上生成的。

(a) 端点:https://gateway-a.watsonplatform.net/visual-recognition/api/v3/classify ”;

(b) 捕获的请求消息

reqMessage: {"api_key":"XXXX" ,"url":"http://cfile5.uf.tistory.com/image/1876DE4C4F29F9F13BB066",
"version":"2016-05-20", "classifirer_ids":default","owners":"IBM"}

(c) 捕获的响应消息

resMessage: {"status": "ERROR", "statusInfo": "invalid-api-key"}
4

1 回答 1

0

我看不出你的要求有什么问题。我知道 Visual Recognition V3 API 在您发布此问题之日前后的密钥管理方面存在一些问题,所以我认为这是服务器端错误。

如果你再试一次,它会起作用。

于 2016-08-02T18:19:11.007 回答