UiPath · Example Payload

Document Understanding Extraction Result Example

AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

Document Understanding Extraction Result Example is an example object payload from UiPath, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestIdstatusresult

Example Payload

Raw ↑
{
  "requestId": "item-001",
  "status": "NotStarted",
  "result": {
    "documentId": "item-001",
    "extractionResult": {}
  }
}