{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Vision Files Images API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Vision Annotate images", "type": "http" }, "http": { "method": "POST", "url": "https://vision.googleapis.com/v1/images:annotate", "body": { "type": "json", "data": "{}" } }, "docs": "Run image detection and annotation for a batch of images. Supports label detection, face detection, text detection, landmark detection, and more." }, { "info": { "name": "Google Cloud Vision Async annotate images", "type": "http" }, "http": { "method": "POST", "url": "https://vision.googleapis.com/v1/images:asyncBatchAnnotate", "body": { "type": "json", "data": "{}" } }, "docs": "Run asynchronous image detection and annotation for a list of images. Results are written to a GCS output location." } ] } ], "bundled": true }