{ "opencollection": "1.0.0", "info": { "name": "UiPath Automation Hub Alerts Validation API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Validation", "type": "folder" }, "items": [ { "info": { "name": "UiPath Start Asynchronous Document Validation", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/projects/:projectId/validation/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 digitization, classification, and extraction results for asynchronous validation. Validation checks the accuracy of previously processed results and may invoke human-in-the-loop review for low-confidence extractions. Returns a requestId for polling." } ] } ], "bundled": true }