← VersePDF + WiseSuite
Verse Intelligence

Enterprise Document Automation System

Select a professional environment and VersePDF prepares the corresponding intake, classification, extraction, deterministic validation, self-hosted AI analysis, confidence and human-review workflow. This is an independent B2B product—not Document Chat and not Gold.

Enterprise processing posture

Separate enterprise entitlement, quotas and API keys
Self-hosted document AI inference in production
Deterministic checks before ambiguous AI reasoning
Confidence scoring and explicit human-review routing
Existing OCR/layout/AI engines reused instead of duplicated
1 · Run a pipeline

Choose a professional environment, upload a document, then review its structured result.

2 · Trial & pricing

Start with 10 signed-in page-equivalents, then activate a public Enterprise subscription.

3 · Enterprise API

Business and Scale include separate vea_live_ API access for automated workflows.

4 · Security posture

Review self-hosted AI inference, data-flow boundaries and deployment controls.

1. Select the professional environment

The selection changes the actual pipeline and specialist engines.

Professional pipeline tiles

2. Upload a document

Sign in for an enterprise-enabled account, or contact VersePDF for a pilot. A signed-in account also receives a 10-page free trial.

3. Structured automation result

Results appear here as structured classification, entities, deterministic validations, confidence/review status, specialist self-hosted AI analysis and workflow recommendations—not only a summary.
Enterprise Automation

10 pages free, then choose your Enterprise subscription

A signed-in account can process and download up to 10 trial page-equivalents. Once the lifetime trial is consumed, new Enterprise processing is locked until an Enterprise subscription is active. Non-paginated formats use documented page-equivalent counting.

Showing the standard published prices while the live pricing endpoint is unavailable. Checkout always verifies the server price.

Contact enterprise sales

Enterprise Starter

$99 / 30 days
500 documents / 30-day period
Up to 100 MB per file
60 requests / minute
Browser Enterprise Automation workspace
All professional environments

Enterprise Business

$299 / 30 days
2,500 documents / 30-day period
Up to 500 MB per file
180 requests / minute
Enterprise Automation API included
All professional environments

Enterprise Scale

$799 / 30 days
10,000 documents / 30-day period
Up to 2,000 MB per file
600 requests / minute
Enterprise Automation API included
All professional environments
Enterprise Automation API

A separate API for Enterprise subscriptions and contracted document workflows.

Enterprise API keys start with vea_live_. They are distinct from standard VersePDF Developer API keys (vpk_live_) and carry Enterprise-plan or contract-specific environments, monthly document capacity, upload size and rate limits.

curl -X POST \
  "https://versepdf.com/v1/enterprise/api/v1/process?environment=finance" \
  -H "Authorization: Bearer vea_live_YOUR_KEY" \
  -F "file=@invoice.pdf"

# Poll
GET /v1/enterprise/api/v1/status/{task_id}

# Download structured result
GET /v1/enterprise/api/v1/download/{task_id}