I'm trying to use the visual recognition from IBM Watson using their API.
Here is the POST request I am sending:
https://gateway-a.watsonplatform.net/visual-recognition/api/v3/classify?api_key={MY_API_KEY}&version=2016-05-20
and I specify my image in the body parameter.
I always get:
{
"status": "ERROR",
"statusInfo": "invalid-api-key"
}
I got my key from Bluemix 3 hours ago (they said the key should be working in 5 minutes).
Any ideas? Thanks
EDIT
Since this morning, I have another error:
{
"status": "ERROR",
"statusInfo": "invalid-api-key-permissions"
}
Is this me or Watson is still under maintenance?