curl --request PATCH \
--url https://app.herondata.io/api/end_user_files/{parsed_end_user_file_id}/parsed_results \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"parsed_result": {}
}
'{
"created": "2023-11-07T05:31:56Z",
"heron_id": "<string>",
"parser_id": "<string>",
"parsing_status": "succeeded",
"attribute_values": [
{}
],
"bounding_boxes": [
{
"bounding_box": [
123
],
"json_pointer": "<string>",
"page_num": 123,
"value": "<string>"
}
],
"field_validations": [
{
"failure_reason": "<string>",
"field_name": "<string>",
"result": "pass",
"validation_type": "<string>"
}
],
"id": 123,
"layout_bounding_boxes": [
{
"bounding_box": [
123
],
"json_pointer": "<string>",
"page_num": 123,
"value": "<string>"
}
],
"parser_display_name": "<string>",
"patches": [
{
"op": "<string>",
"path": "<string>",
"correction_reason": "<string>",
"enabled": true,
"original_value": "<unknown>",
"source": "<string>",
"value": "<unknown>"
}
],
"result": {},
"result_schema": {},
"validation_summary": "<string>"
}curl --request PATCH \
--url https://app.herondata.io/api/end_user_files/{parsed_end_user_file_id}/parsed_results \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"parsed_result": {}
}
'{
"created": "2023-11-07T05:31:56Z",
"heron_id": "<string>",
"parser_id": "<string>",
"parsing_status": "succeeded",
"attribute_values": [
{}
],
"bounding_boxes": [
{
"bounding_box": [
123
],
"json_pointer": "<string>",
"page_num": 123,
"value": "<string>"
}
],
"field_validations": [
{
"failure_reason": "<string>",
"field_name": "<string>",
"result": "pass",
"validation_type": "<string>"
}
],
"id": 123,
"layout_bounding_boxes": [
{
"bounding_box": [
123
],
"json_pointer": "<string>",
"page_num": 123,
"value": "<string>"
}
],
"parser_display_name": "<string>",
"patches": [
{
"op": "<string>",
"path": "<string>",
"correction_reason": "<string>",
"enabled": true,
"original_value": "<unknown>",
"source": "<string>",
"value": "<unknown>"
}
],
"result": {},
"result_schema": {},
"validation_summary": "<string>"
}The ID of the parsed end user file
OK
Unique identifier of the end user file
succeeded, failed, processing Show child attributes
Show child attributes
Show child attributes
[DEPRECATED] Unique identifier for the parsed file
Show child attributes
Show child attributes
Final output result after applying patches
Show child attributes
The output JSON schema the results conform to
Show child attributes
Summary of validation results
Was this page helpful?