Googleapis Documentai
Connector for the googleapis-documentai API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://documentai.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
documentai_projects_locations_processortypes_get— GET /v1beta3/{name} — Gets a processor type detail.documentai_projects_locations_list— GET /v1beta3/{name}/locations — Lists information about the supported locations for this service.documentai_projects_locations_processors_process— GET /v1beta3/{parent}/evaluations — Retrieves a set of evaluations for a given processor version.documentai_projects_locations_processortypes_lis— GET /v1beta3/{parent}/processorTypes — Lists the processor types that exist.documentai_projects_locations_processors_list— GET /v1beta3/{parent}/processors — Lists all processors which belong to this project.documentai_projects_locations_fetchprocessortype— GET /v1beta3/{parent}:fetchProcessorTypes — Fetches processor types. Note that we do not use ListProcessorTypes here because
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: documentai_projects_locations_processortypes_get
# (attach an 'oauth' credential to the task — no inline secrets)