We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d44ac commit e48679dCopy full SHA for e48679d
examples/visual_recognition.v3.js
@@ -4,7 +4,7 @@ var VisualRecognitionV3 = require('watson-developer-cloud/visual-recognition/v3'
4
var fs = require('fs');
5
6
var visualRecognition = new VisualRecognitionV3({
7
- api_key: 'INSERT YOUR API KEY HERE',
+ iam_apikey: 'INSERT YOUR IAM API KEY HERE',
8
version: '2016-05-20'
9
});
10
0 commit comments