{ "opencollection": "1.0.0", "info": { "name": "UiPath Automation Hub Alerts Classification API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Classification", "type": "folder" }, "items": [ { "info": { "name": "UiPath Start Asynchronous Document Classification", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/projects/:projectId/classification/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 previously digitized document for asynchronous classification. Returns a requestId to poll for results. Asynchronous mode is suited for multi-page documents and concurrent batch workloads. Results are retained for 24 hours. Use GET /classification/{requestId}/result to retrieve the classification outcome once processing is complete." }, { "info": { "name": "UiPath Get Asynchronous Classification Result", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/projects/:projectId/classification/:requestId/result", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the Document Understanding project" }, { "name": "requestId", "value": "", "type": "path", "description": "Unique identifier of the asynchronous job request to retrieve results for" }, { "name": "api-version", "value": "1.0.0", "type": "query", "description": "API version to use for this request" } ] }, "docs": "Retrieves the result of an asynchronous classification request by its requestId. The job status can be NotStarted, Running, Failed, or Succeeded. Poll this endpoint until the status is Succeeded or Failed. Results are available for 24 hours from the time the job completed." } ] } ], "bundled": true }