POST
/
api
/
v1
/
submission
/
general-liability
/
acord-126-gl
ACORD 126 GL
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": {}
}

Request

files
file[]
required
Upload one or more documents for extraction. Supported file formats: pdf, jpeg, png, xlsx, docx, pptx, csv, and txt.

Response

All endpoints return a consistent response structure:
data
array
required
Array of extracted document data objects
error
string | null
Error message if processing failed, null if successful