UiPath · Example Payload

Document Understanding Digitization Request Example

AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

Document Understanding Digitization 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

documentIdcontentTypedocumentBase64

Example Payload

Raw ↑
{
  "documentId": "item-001",
  "contentType": "image/jpeg",
  "documentBase64": "example-value"
}