curl --request POST \
--url https://api.ferofill.com/api/v1/submission/general-liability/acord-126-gl \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"files": [
null
]
}'
{
"data": [
{
"template_confidence": 123,
"template": "<string>",
"processing_time": "<string>",
"start_page": 123,
"end_page": 123,
"extracted_fields": [
{}
],
"tables": [
{}
]
}
],
"error": {}
}
curl --request POST \
--url https://api.ferofill.com/api/v1/submission/general-liability/acord-126-gl \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"files": [
null
]
}'
{
"data": [
{
"template_confidence": 123,
"template": "<string>",
"processing_time": "<string>",
"start_page": 123,
"end_page": 123,
"extracted_fields": [
{}
],
"tables": [
{}
]
}
],
"error": {}
}
Show Document Data Object