API & Developers

Build document intelligence into your product

A clean REST API, official SDKs and webhooks, integrate Zyflox extraction in an afternoon.

Quickstart

Extract in one call

Send a file, get structured fields back. No pipeline to build, no models to host. Works with the language you already use.

  • Official SDKs for Python & Node.js
  • Synchronous and async extraction
  • Confidence scores on every field
curl https://api.zyflox.com/v1/extract \
  -H "Authorization: Bearer $ZYFLOX_API_KEY" \
  -F "file=@invoice.pdf" \
  -F "template=invoice"
Key endpoints

Everything you need to integrate

POST/v1/extract

Upload a document and start an extraction job.

GET/v1/documents/:id

Retrieve structured fields for a document.

GET/v1/jobs/:id/status

Poll the status of an extraction job.

POST/v1/webhooks

Register a webhook for job completion events.

Authentication

Bearer token authentication using your secret API key. Keys are scoped and can be rotated at any time from your dashboard.

Authorization: Bearer sk_live_...

Rate limits

Generous limits that scale with your plan. Responses include rate-limit headers so you can back off gracefully.

Growth60 req/min
Business300 req/min