I am following instructions from a github page documentation. And I am expected to provide in my API key, which I believe was auto-generated when I first signed up for IBM Watson - Visual Recognition.
curl -X POST -u "apikey:{INSERT-YOUR-IAM-APIKEY-HERE}"
Actually, I am posting a few zip files into IBM-Watson visual recognition and when I just do that I get following error -
413 Request Entity Too Large
As per the github doc, I am expected to be given a classifier ID. But I get request too large error.
So I did the obvious and tried to post one zip file in my curl command that's when I learnt I don't have my credentials set properly.. can you please help?
{"code":401, "error": "Unauthorized"} , I get this error when I try posting one zip file instead of posting a few, as said before.