UiPath · Example Payload

Document Understanding Validation Request Example

AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

Document Understanding Validation Request 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

documentIdclassificationResultextractionResult

Example Payload

Raw ↑
{
  "documentId": "item-001",
  "classificationResult": {},
  "extractionResult": {}
}