Skip to content

Connectors overview

Updated

Extraction without writing code#

Connectors put DocXtract inside tools your team already uses. No development, no deployment — install, paste an API key, extract.

For most document work this is the faster path. If your documents arrive as email attachments or live in a shared drive, and the output belongs in a spreadsheet or your ERP, a connector gets you there sooner than any integration you could build.

ConnectorPlatformBest for
Excel add-inMicrosoft ExcelExtracting into a workbook you already work in
Google Sheets add-onGoogle SheetsBulk extraction and per-type field mapping
Power AutomateMicrosoft Power PlatformAutomated flows — attachment in, structured data out
UiPathUiPath RPASlotting extraction into existing RPA processes
Business CentralDynamics 365 BCExtracted invoices straight into BC

What every connector needs#

  1. An API key — portal → Settings
  2. Document types your key may use — visible on the Test API page, or via models
  3. Documents as PDF, JPG, or PNG, up to 10 MB

Shared behaviour#

Every connector calls the same v3.1 API, so the platform rules apply identically:

  • Credits are per page. A 10-page document costs 10 credits whichever connector sends it.
  • Rate limits are per key — 10 requests/minute by default. A connector doing bulk work shares that budget with everything else using the key.
  • Large PDFs take longer. Over 3 pages the document is split and processed in parts.
Tip
Give each connector its own API key. Usage is then attributable per tool, and you can revoke one without disrupting the others.

Choosing between a connector and an SDK#

Use a connectorUse an SDK
Business users operate itDevelopers own it
The workflow lives in Excel, Sheets, or a flowThe workflow lives in your application
Volumes are human-scaleHigh volume or fully automated
No deployment appetiteAlready have CI and a codebase

Both can run against the same account, on separate keys.

Verify before you install#

Run one of your real documents through the Test API page first. It takes a minute, needs no setup, and tells you whether extraction quality is good enough on your documents before anyone installs anything.

Something missing?#

Connectors for other platforms are tracked as requests. If you need SAP, Oracle ERP Cloud, Blue Prism, Automation Anywhere, Workato, Mendix, or Alteryx, contact support@docxtract.io — several are already on the roadmap.