Starter
60 requests / minute
Up to 100 MB per file
Upgrade when included calls are exhausted
The Developer API is the standard programmatic surface for supported PDF, conversion and document-AI tools. It uses its own API keys and API plans; it does not consume a browser Gold subscription.
curl -X POST \
"https://versepdf.com/v1/api/convert?tool=pdf-word" \
-H "Authorization: Bearer vpk_live_YOUR_KEY" \
-F "file=@document.pdf"
# Response
{"task_id":"...","status":"queued"}Dedicated vpk_live_ API keys with one-time secret reveal
Programmatic access to supported public VersePDF tools
Async task status and download endpoints for long-running documents
Separate API plans and usage metering from Bronze, Silver and Gold
Uses the same production conversion and self-hosted document-AI pipeline as the web application
Separate from Bronze, Silver and Gold. API keys use vpk_live_, independent call quotas and the same production conversion/private-AI workers.
Showing the standard published prices while the live pricing endpoint is unavailable. Checkout always verifies the server price.
Bearer keys begin with vpk_live_. The full secret is shown only when it is created or rotated.
Submit a document, poll its task ID, then download the completed output. Large files do not require a fragile single long HTTP request.
Production document-AI inference uses VersePDF-controlled self-hosted services rather than third-party AI model APIs. See the published privacy boundaries.
Private AI architecture