A document workflow is only as good as its edges. The edges are how documents get in and how the data gets out. Dynamite Docs is an open workspace around those edges. Bring files in from the browser, email, Google Drive, or the API. Extract with the AI provider you choose. Send structured data to Sheets, Drive, downloads, webhooks, or your own systems.
Every integration on this page works today. The rule we hold ourselves to is simple. A connector gets a page only once it actually works, and nothing is listed here that you cannot use right now.
Each connector below has its own page with the real mechanics: the API routes behind it, the concrete things that connect, an example, and an honest “what it does and does not do” section. Start with the direction you are missing, bringing documents in or sending data out, and the page shows you exactly how the connector behaves.
Pick a connector
IN — POST /api/files/upload
Bring documents in from any browser: drag-and-drop, file picker, Ctrl+U, or a 100 MB upload. PRO and ULTRA persist files to cloud storage; FREE and HOBBY stay browser-only.
IN — POST /api/email/inbound
Forward receipts, invoices, and statements to a private address and they land in your dashboard, extracted automatically. Per-user aliases, PRO/ULTRA only.
IN + OUT — /api/drive/*
Import Drive documents (PDFs, images, Sheets, Docs) into the extraction pipeline and export finished extractions back as .xlsx files, one OAuth connection.
IN + OUT — /api/v1/extractions, /api/v1/infer, /api/tokens
Pull structured extraction data into your own stack with a scoped, read-only REST API: token auth, extraction export (CSV/JSON/XLSX), and standalone inference.
AI — /api/ai/*, /api/local/*
Route extraction through the model you choose: 24+ providers via bring-your-own keys, hosted routing, or a local Ollama companion. No markup on inference.
OUT — POST /api/sheets/export
Push any extraction to Google Sheets with one click, a fresh tab per push, plus a Document Fields tab for metadata. OAuth-connected, tokens encrypted.
OUT — Export API (?format=csv|json|xlsx)
Download any extraction as CSV (Excel-ready, UTF-8 BOM), JSON, XLSX, or Word. Exports match your reviewed table exactly, edits, columns, and order included.
OUT — POST /api/webhooks, POST /api/webhooks/:id/test
Get notified the moment an extraction completes: HMAC-SHA256-signed, retried with exponential backoff, up to five endpoints per account.
IN + OUT — /api/webhooks, POST /api/extract/infer
Trigger Make.com scenarios the moment an extraction completes, and route extracted rows to 2,000+ connected apps. No code, just webhooks and the REST API.
IN + OUT — /api/webhooks, POST /api/extract/infer
Trigger Zaps the moment an extraction completes and move rows into 6,000+ apps. Signed webhooks plus the REST API with scoped tokens, no code required.
IN + OUT — /api/webhooks, POST /api/extract/infer
Connect Dynamite Docs to your own n8n instance: a signed webhook trigger on extraction.completed plus the REST API with scoped tokens, all inside your infrastructure.
Every edge is an open, honest connector
No connector is a black box. Each integration page lists the real route, the real limits (upload ceiling, endpoint count, retries), and the guardrails: what it does and deliberately does not do.
The connectors share one pipeline. A document that arrives by email or the API is extracted by the same engine with the same caps, and it leaves through the same export definition, so every way in and out agrees on what the data is.
This page only lists what is live. What you read here is what you can use.
Questions, answered
How do I bring documents into Dynamite Docs?
Four ways: drag-and-drop web upload, a private inbound-email alias (PRO/ULTRA), Google Drive import, or the REST API. All four feed the same extraction pipeline.
How do I send extracted data out?
Download as CSV, JSON, XLSX, or Word; push to Google Sheets; export to Drive; or receive extraction.completed events via outbound webhooks. The API serves the same formats to scripts.
Do I have to use Dynamite Docs’ AI models?
No. Bring your own keys to any of 24+ providers (unlimited on Pro and Ultra), or run fully local via the Ollama companion. Hosted routing is just the zero-setup default.
Are these integrations actually available?
Yes. This page only lists functional integrations you can use right now.