{ "opencollection": "1.0.0", "info": { "name": "UiPath Automation Hub Alerts Digitization API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Digitization", "type": "folder" }, "items": [ { "info": { "name": "UiPath Digitize a Document", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/projects/:projectId/digitization/start", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the Document Understanding project" }, { "name": "api-version", "value": "1.0.0", "type": "query", "description": "API version to use for this request" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submits a document for digitization, converting it into a structured digital representation that can be used for classification, extraction, and validation. Supported input formats are JPEG, PNG, PDF, and TIFF. The response includes a documentId that must be used in subsequent classification, extraction, and validation requests. Digitized results are retained for seven days." } ] } ], "bundled": true }