DEVELOPER API

One API for conversion, OCR and AI.

Create an API key below, then call the same tool slugs used by the web app. Credit-based OCR and AI jobs use the same wallet.

POST

/api/tools/:slug

File conversion and Pro OCR. multipart/form-data field: files.

AI

/api/ai/:slug

Paid AI document tools. Authenticate with X-API-Key.

GET

/api/tools

Returns the full live tool registry and metadata.

AUTH

X-API-Key

Use your generated key server-to-server. Never expose it in public frontend code.

API key manager

Sign in on the main site first, then return here.

Example

curl -X POST https://yourdomain.com/api/tools/ocr-pdf-markdown \ -H "X-API-Key: cvx_live_YOUR_KEY" \ -F "files=@scan.pdf" \ -F "lang=en"