Googleapis Vision
Connector for the googleapis-vision API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://vision.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
vision_files_annotate— POST /v1p1beta1/files:annotate — Service that performs image detection and annotation for a batch of files. Now ovision_files_asyncbatchannotate— POST /v1p1beta1/files:asyncBatchAnnotate — Run asynchronous image detection and annotation for a list of generic files, sucvision_images_annotate— POST /v1p1beta1/images:annotate — Run image detection and annotation for a batch of images.vision_images_asyncbatchannotate— POST /v1p1beta1/images:asyncBatchAnnotate — Run asynchronous image detection and annotation for a list of images. Progress avision_projects_locations_files_annotate— POST /v1p1beta1/{parent}/files:annotate — Service that performs image detection and annotation for a batch of files. Now ovision_projects_locations_files_asyncbatchannota— POST /v1p1beta1/{parent}/files:asyncBatchAnnotate — Run asynchronous image detection and annotation for a list of generic files, suc
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: vision_files_annotate
# (attach an 'oauth' credential to the task — no inline secrets)