I would like to classify images by calling Watson Visual Recognition APIs.
So, I set my end point as
(a) and sent a request message as
(b) However, I received an error message as
(c) How can I resolve this issue?
FYI. - The API Key was generated on IBM Bluemix.
(a) End Point : "https://gateway-a.watsonplatform.net/visual-recognition/api/v3/classify";
(b) Captured Request Message
reqMessage: {"api_key":"XXXX" ,"url":"http://cfile5.uf.tistory.com/image/1876DE4C4F29F9F13BB066",
"version":"2016-05-20", "classifirer_ids":default","owners":"IBM"}
(c) Captured Response Message
resMessage: {"status": "ERROR", "statusInfo": "invalid-api-key"}