← VersePDF + WiseSuite
VersePDF Developer API

Put VersePDF document tools inside your application.

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.

Quick start
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

VersePDF Developer API

Public API subscriptions

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.

API access & keys

Starter

$29 / 30 days
5,000 calls / 30 days
60 requests / minute
Up to 100 MB per file
Upgrade when included calls are exhausted
Choose Starter

Growth

$99 / 30 days
25,000 calls / 30 days
180 requests / minute
Up to 500 MB per file
Upgrade when included calls are exhausted
Choose Growth

Scale

$299 / 30 days
100,000 calls / 30 days
600 requests / minute
Up to 2,000 MB per file
Upgrade when included calls are exhausted
Choose Scale

Authentication

Bearer keys begin with vpk_live_. The full secret is shown only when it is created or rotated.

Async by design

Submit a document, poll its task ID, then download the completed output. Large files do not require a fragile single long HTTP request.

Private document AI

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