API integration

Dynafis API

Connect controlled invoice data to ERP, DMS, accounting and custom finance workflows.

Access and integration paths

Access and integration paths

Workspace External API

available in Workspace

Upload documents, read status, list export formats, request exports and integrate monthly processes.

Dynafis Convert

public flow available

Public flow for upload, extraction, review, validation, artifact generation and gated structured downloads.

Dynafis Verify / QR

public flow available

Verification links and QR codes generated from Convert expose limited metadata. Structured downloads remain gated.

Webhooks

available in Workspace

Deliver document, invoice, export and monthly-process events to your systems.

API keys and usage

available in Workspace

Manage scopes, rate limits, usage and sandbox/live keys in the Workspace.

Global Tax API

available in Workspace

Versioned single and batch tax decisions, context validation, country profiles, rule versions and Evidence Passports.

Implementation status

Implementation status

POST /api/v1/documents Upload a document into the Workspace workflow available in Workspace
GET /api/v1/documents/{document_id} Read document status and metadata available in Workspace
GET /api/v1/invoices/{invoice_id} Read invoice and review status available in Workspace
GET /api/v1/export-formats List approved export formats available in Workspace
POST /api/v1/invoices/{invoice_id}/exports Submit an export request to the controlled export pipeline available in Workspace
POST /api/convert/jobs Create a public Convert job public flow available
POST /api/convert/jobs/{job_id}/validate Validate data with the selected target-format validator public flow available
POST /api/convert/jobs/{job_id}/generate Generate an artifact; download remains gated until unlock public flow available
POST /api/v1/convert/extract Versioned External API access for Convert on request / planned
POST /api/v1/verify-links Versioned External API access for Verify/QR on request / planned
POST /api/v1/tax-decision Create one versioned Tax Decision with an Evidence Passport available in Workspace
POST /api/v1/tax-decision/batch Create multiple Tax Decisions in one request available in Workspace
POST /api/v1/tax-decision/validate Normalize and validate a tax context before deciding available in Workspace
GET /api/v1/country-profile/{country} Read a versioned country profile available in Workspace
GET /api/v1/rules/{rule_id} Read rule versions including an as_of point in time available in Workspace
POST /api/tax/public-decisions Run the public document-backed tax check without an API key public flow available

Access and accountability

Access and accountability

API keys are created in the Workspace and shown in full only once. Scopes, limits, usage, webhooks and sandbox/live separation are evaluated server-side. Write requests should use an Idempotency-Key.

Clear product boundaries

The authenticated Workspace API covers documents, invoice status, export formats, export packages and monthly processes. The public Convert flow uses separate /api/convert endpoints. Versioned /api/v1 Convert and Verify endpoints are shown as available only after implementation and release.