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
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.
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.
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.