Custom HTTP Integration
AvailableBuild your own connector with our REST API and webhooks.
Overview
Use the dataextractor.io REST API to integrate with any system that can make HTTP calls. Create an API key, then POST documents to your workflow's extract endpoint and get structured JSON back — synchronously, or via an async job you poll for larger documents. Build custom adapters in any language.
Common use cases
- Custom ERP adapters
- Internal tools integration
- Data lake ingestion
- Workflow automation
Features
- REST API
- X-API-Key auth
- Sync + async extraction
- Custom adapters
Setup
- 1
Get an API key
Generate a key from the Developer page in your account.
- 2
Call the extract endpoint
POST your document to /api/v1/extract/{workflow_slug} with an X-API-Key header.
- 3
Receive structured data
Get extracted fields as JSON in the response, or use the async + schema variants for larger jobs.