Transform Extracted Data (POST)

Transforms stringified JSON extraction outputs into organized object mapping parameters synchronously.
Resource
1/connect/document-ai-automation/actions/transform
Available version
68.0
HTTP methods
POST
Request body for POST
JSON example
1{
2  "templateIdentifier": "a1x5g000000ABC123",
3  "extractedData": {
4    "version": "V1",
5    "data": "{\"Invoice\":[{\"referenceId\":\"INV_1\",\"InvoiceNumber\":{\"value\":\"INV-001\",\"confidenceScore\":0.95}}]}",
6    "errors": null
7  }
Properties
Property Name Type Description Required
templateIdentifier String The ID or name tracking the active target processing template. Required
extractedData Object The extraction model payload containing a copy of the raw extracted data string. Required
Response body for POST
Transform Extracted Data