Storage · Directory · Mail · REST API · Webhooks

Connect VaultIQ to your stack.

Bring your own storage, your own directory, and your own mail relay. Everything else runs through a documented REST API and webhooks in both directions, including on air-gapped deployments, where nothing leaves your network.

Integrations for every layer of your stack.

Document Storage

Amazon S3

Store documents in your own S3 buckets, in the region you choose.

Document Storage
Azure Blob Storage

Point VaultIQ at a Blob container using a connection string.

Document Storage
DigitalOcean Spaces

S3-compatible object storage with per-region buckets.

Document Storage
MinIO

Self-hosted, S3-compatible storage for on-premise and air-gapped installs.

Document Storage
Local filesystem

Write straight to a mounted path, no object store required.

Document Storage

Identity & Directory

LDAP

Authenticate against your directory and map groups onto VaultIQ roles.

Identity & Directory
Active Directory

AD-specific binding with optional scheduled user sync.

Identity & Directory
SAML 2.0

Single sign-on against any SAML identity provider.

Identity & Directory
OpenID Connect

OIDC single sign-on with issuer, client, and scope configuration.

Identity & Directory
Built-in accounts

Local accounts with password policy and TOTP multi-factor.

Identity & Directory

Email

SMTP

Send notifications and workflow mail through your own relay.

Email
SendGrid

Transactional delivery with per-organisation API credentials.

Email
Amazon SES

High-volume outbound mail through your AWS account.

Email
IMAP ingestion

Watch a mailbox and file inbound mail and attachments automatically.

Email
Gmail

Capture mail and attachments from a connected Google mailbox.

Email

Capture & Automation

Network scanners

Register scanners and receive scanned batches over webhook.

Capture & Automation
Hosted forms

Publish a form and route each submission into a workflow or case.

Capture & Automation
Outbound webhooks

Push document, workflow, and case events to any HTTPS endpoint.

Capture & Automation
Inbound webhooks

Let external systems start workflows and create records.

Capture & Automation
REST API

Scoped API keys over a documented JSON API for anything custom.

Capture & Automation

Build anything with our API.

A RESTful API built for developers. Every resource in VaultIQ is accessible through clean, versioned endpoints with consistent pagination, filtering, and error handling. Ship integrations in hours, not weeks.

RESTJSON over HTTPS
API keysScoped per integration
WebhooksInbound and outbound
Self-hostRuns inside your network
REST API
POST /api/v2/documents/upload
Authorization: Bearer viq_sk_...
Content-Type: multipart/form-data

{
  "folder_id": "fld_0x8f2a",
  "tags": ["invoice", "2024-Q4"],
  "workflow": "invoice-approval",
  "notify": true
}

Real-time webhooks for every event.

Subscribe to any document lifecycle event and receive payloads at your endpoint within milliseconds. VaultIQ’s event-driven architecture supports retry logic, HMAC signature verification, and detailed delivery logs so you never miss a beat.

document.uploaded

Fires when a new document is uploaded to any folder or workspace.

document.approved

Fires when a document passes all approval steps in a workflow.

workflow.completed

Fires when an entire workflow instance reaches its terminal state.

signature.completed

Fires when all signers have completed a signing ceremony.

user.login

Fires on every successful authentication event, including SSO.

folder.shared

Fires when a folder is shared with a new user, group, or external party.

Ready to connect your stack?

Explore the API documentation or talk to our integrations team to plan your deployment.