curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/iso_application_form \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form file='@example-file'{
"bank_statement": null,
"created": "2023-11-07T05:31:56Z",
"email": null,
"file_class": "<string>",
"file_source_metadata": {},
"filename": "<string>",
"heron_id": "<string>",
"iso_application": {
"heron_id": "iso_6hBjQT9k6KP2rLCXwjUJff",
"processing_status": "processed"
},
"num_pages": 123,
"page_classes": {},
"parent_heron_id": "<string>",
"parsed_results": [],
"reference_id": "<string>",
"renamed_filename": "<string>"
}Use this endpoint to upload an ISO application PDF. Once uploaded, the file will be automatically scrubbed asynchronously. You can use the returned iso_application heron_id (prefixed “iso_”) to fetch the scrubbing results. Please contact [email protected] to enable this endpoint.
curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/iso_application_form \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form file='@example-file'{
"bank_statement": null,
"created": "2023-11-07T05:31:56Z",
"email": null,
"file_class": "<string>",
"file_source_metadata": {},
"filename": "<string>",
"heron_id": "<string>",
"iso_application": {
"heron_id": "iso_6hBjQT9k6KP2rLCXwjUJff",
"processing_status": "processed"
},
"num_pages": 123,
"page_classes": {},
"parent_heron_id": "<string>",
"parsed_results": [],
"reference_id": "<string>",
"renamed_filename": "<string>"
}OK
Show child attributes
null
Show child attributes
new, processing, processed, failed a temporary, secure URL for viewing the email contents
null
Show child attributes
Unique identifier of the end user file
succeeded, failed, processing Show child attributes
Bounding box coordinates in the format 'y1,x1,y2,x2'
JSON pointer to the field in the parsed result
Page number where the bounding box is located
The actual value of the field within the bounding box
Show child attributes
pass, fail, not_applicable "pass"
[DEPRECATED] Unique identifier for the parsed file
Show child attributes
Bounding box coordinates in the format 'y1,x1,y2,x2'
JSON pointer to the field in the parsed result
Page number where the bounding box is located
The actual value of the field within the bounding box
Show child attributes
Summary of validation results
Was this page helpful?