Extracted data goes straight into your existing systems.
Fieldiq connects to the ERP, accounting, and workflow tools your team already uses. Extracted fields push directly — no manual export, no middleware you maintain.
ERP connections — direct API push, no middleware layer
Extracted invoice and PO fields push directly into the AP and procurement modules where your team works. Field mapping is configured once during onboarding — updates run without manual export.
Workflow connections — exceptions go where your team already works
AP exceptions route to your AP team in Coupa or ServiceNow. Claims exceptions go to the adjuster queue. Slack alerts fire on high-priority exceptions. Your team doesn't need a new tool — just a new queue.
For ERP configurations, internal tools, or approval workflows not in our standard connector library — the REST API accepts any document type and returns structured JSON on a webhook you own. No middleware you didn't write.
- REST API — POST documents, GET extraction results
- Webhook push — real-time result delivery to your endpoint
- JSON schema definition — map fields to your ERP structure
- Bulk ingestion API — batch document submission
- Status API — query extraction progress and exception queue
POST /api/v1/documents Authorization: Bearer <api_key> Content-Type: multipart/form-data { "file": invoice_07421.pdf, "doc_type_hint": "invoice", "webhook_url": "https://erp.acme.com/hooks/fiq", "schema_id": "sap_fi_v2" } // Response 202 Accepted { "doc_id": "inv_07421_1751020800", "status": "processing", "eta_ms": 3200 }
Don't see your system? We've connected to 40+ ERP configurations.
If your ERP isn't in our standard library, book a technical call. We'll scope the integration, walk through the field mapping, and tell you what the connection timeline looks like.