Your files, finally answering back.
Drop in PDFs, contracts, meeting notes, Slack threads, Drive files. Filumio extracts, embeds, and lets you chat with your library — every claim cited, every source one click away.
< 250 ms
p95 retrieval
99.9%
uptime SLA
AES-256
encryption at rest
SOC 2 ready
audit trail + SCIM
How it feels
It's just a chat.
The infra is the trick.
Chat preview
What does the Acme MSA say about termination?
Either party may terminate with 30 days' written notice. Material-breach termination is immediate after a 10-day cure window.1 Auto-renews annually unless either side gives 60 days' notice2.
[1] Acme_MSA_v3.pdf — §11.2 Termination
[2] Acme_MSA_v3.pdf — §11.4 Renewal
Citations
No hallucinations.
Every answer is grounded in retrieved chunks of your real files. One click → source paragraph.
Streaming
Tokens in real-time.
SSE streams answers as Claude writes them. Stop, regenerate, thumbs up/down, copy.
Connectors
Drive · Notion · Slack · Dropbox. Incremental sync.
Command palette
⌘K from anywhere. Find anything in three keystrokes.
SAML SSO + SCIM
Okta, Workspace, Auth0. Auto-provision via SCIM 2.0.
Connect once
Your knowledge
already lives somewhere.
Connect Drive, Notion, Slack, Dropbox in two clicks. Filumio keeps everything in sync — incremental cursors, no full re-scans, no quota waste.
Sync
Incremental, by cursor
Only fetch what changed since last sync. Stays under your provider's API quotas — even at 25 k files.
Permissions
Per-workspace OAuth
Scoped tokens, never your password. Revoke any time from the source's dashboard or ours.
Reach
Email-to-ingest
Every workspace gets an inbox address. Forward a mail; the body and attachments index automatically.
API
Programmable from
the first request.
POST /api/v1/files
Upload + index
Drop a file via multipart. Get back a file ID and indexing status.
POST /api/v1/ask
Query the library
Ask a question. Get an answer plus citations to source paragraphs.
POST /api/v1/webhooks
Signed delivery
HMAC-SHA256 on every event. Customers verify and process at-leisure.
# Ask via REST
curl -X POST https://your-host/api/v1/ask \
-H "Authorization: Bearer $FILUMIO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"question":"What does the Acme MSA say about termination?"}'
# Response
{
"answer": "Either party may terminate...",
"citations": [
{"file": "Acme_MSA_v3.pdf", "page": 11},
{"file": "Acme_MSA_v3.pdf", "page": 12}
]
}
Pricing
Free forever.
Pay when you scale.
Pro
$19/mo
for prosumers and small teams
Start Pro- 5,000 files
- 10,000 questions/month
- 50 GB storage
- Connectors + webhooks
Team
$99/mo
for orgs and compliance
Talk to sales- Unlimited files & storage
- SAML SSO + SCIM
- Workspace 2FA enforcement
- Priority support
Need more? Talk to us about Enterprise →
Stop searching.
Start asking.
Setup takes five minutes. The first answer comes back in seconds.