Enterprise Automation

Enterprise Automation API access

Dedicated vea_live_ credentials for API-enabled Enterprise Document Automation subscriptions and contracted deployments. These keys are not VersePDF Developer API keys and are not activated by Gold.

Loading enterprise access…
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.

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 API quick start

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

# Poll
curl "https://versepdf.com/v1/enterprise/api/v1/status/TASK_ID" \
  -H "Authorization: Bearer vea_live_YOUR_KEY"

# Download structured result
curl -L "https://versepdf.com/v1/enterprise/api/v1/download/TASK_ID" \
  -H "Authorization: Bearer vea_live_YOUR_KEY" -o result.json

Use only environments provisioned in your contract. Do not put API secrets in browser JavaScript, source control, URLs or logs.