Intelligent Application Processing Merge Extractions (POST)
Merge extracted data from multiple documents.
- Resource
-
1/connect/intelligent-application-processing/merge-extractions - Available version
- 67.0
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
1{ 2 "extractedContent": [ 3 4 "{\"FirstName\":{\"value\":\"John\",\"type\":\"string\"},\"LastName\":{\"value\":\"marshall\",\"type\":\"string\"},\"Addresses\":{\"type\":\"array\",\"value\":[{\"type\":\"object\",\"value\":{\"State\":{\"type\":\"string\",\"value\":\"California\"},\"City\":{\"type\":\"string\",\"value\":\"Downtown\"},\"PinCode\":{\"type\":\"string\",\"value\":\"40001\"},\"Addressline\":{\"type\":\"string\",\"value\":\"42ParkAvenue\"}}}]}}", 5 6 "{\"FirstName\":{\"value\":\"Mary\",\"type\":\"string\"},\"LastName\":{\"value\":\"marshall\",\"type\":\"string\"}}" 7 ], 8 "idpConfigName": "Member_Details" 9} - Properties
-
Name Type Description Required or Optional Available Version extractedContent String[] Array of extracted data objects to merge, each as a JSON string. Provide the extractedData values returned by the Intelligent Application Processing Extract resource — one per document. Required 68.0 idpConfigName String API name of the Intelligent Document Processing (IDP) configuration that Unstructured Document Processing (UDP) uses to merge the extracted data. Required 68.0
- Response body for POST
- Merge Extractions
- Request parameters for POST
-
Parameter Name Type Description Required or Optional Available Version mergeExtractionsInputRepresentation Object Input for merging extracted content from multiple documents. Provide the extracted data returned by the Intelligent Application Processing Extract resource, along with the Intelligent Document Processing (IDP) configuration to use for the merge. Required 68.0