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"}