{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Document AI Projects API", "version": "v1" }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Document AI List processors", "type": "http" }, "http": { "method": "GET", "url": "https://documentai.googleapis.com/v1/projects/:projectId/locations/:location/processors", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" } ] }, "docs": "Lists all processors in the specified project and location." }, { "info": { "name": "Google Cloud Document AI Create a processor", "type": "http" }, "http": { "method": "POST", "url": "https://documentai.googleapis.com/v1/projects/:projectId/locations/:location/processors", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new document processor." }, { "info": { "name": "Google Cloud Document AI Process a document", "type": "http" }, "http": { "method": "POST", "url": "https://documentai.googleapis.com/v1/projects/:projectId/locations/:location/processors/:processorId:process", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "processorId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Processes a single document synchronously." }, { "info": { "name": "Google Cloud Document AI Batch process documents", "type": "http" }, "http": { "method": "POST", "url": "https://documentai.googleapis.com/v1/projects/:projectId/locations/:location/processors/:processorId:batchProcess", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "processorId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Processes multiple documents asynchronously." }, { "info": { "name": "Google Cloud Document AI List processor types", "type": "http" }, "http": { "method": "GET", "url": "https://documentai.googleapis.com/v1/projects/:projectId/locations/:location/processorTypes", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" } ] }, "docs": "Lists available processor types." } ] } ], "bundled": true }