Powerful file conversion API for modern applications
Secure, fast, role-based infrastructure for document conversion, permissions, billing controls, and operational visibility.
Supported conversions
Production-ready endpoints for common document and image workflows.
PDF to Word
Turn PDFs into editable DOCX files with private download support and conversion history tracking.
PDF to Excel
Extract tables and structured data from PDFs directly into spreadsheet workflows.
Office to PDF
Convert DOCX and Excel files into shareable PDFs for archiving, review, and delivery.
Image workflows
Handle image-to-PDF conversion, background removal, and other lightweight media tasks.
Security
JWT and role-based access
Protect write actions with bearer tokens, enforce role checks, and expose only the conversion actions each user is allowed to run.
Billing
Points and usage controls
Track point balances, top up users, inspect ledgers, and prevent duplicate charges with idempotency keys on conversion requests.
Operations
Dashboard and admin insight
Monitor recent history, conversion success, user activity, point-giving history, and per-user API permissions from one platform.
Built for product, platform, and internal tools teams.
Auth and user management
Sign in, refresh access, create users, update roles, and manage access without building separate admin plumbing.
Safe conversion retries
Use idempotency keys on v3 conversion requests to protect billing and avoid repeated background work.
Live operational visibility
Recent history, success rates, balances, and activity views make the API easier to run at team scale.
curl -X POST http://127.0.0.1:8000/api/v3/conversions/pdf-to-word \
-H "Authorization: Bearer <token>" \
-H "Idempotency-Key: 550e8400-..." \
-F "file=@document.pdf"
{
"conversion_id": 214,
"status": "success",
"download_url": "/api/v3/conversions/214/download",
"points_charged": 3,
"remaining_balance": 97
}Why teams choose ConvertPro
Fast delivery
Versioned endpoints and predictable request shapes reduce integration time.
Team-ready roles
Support demo, general, admin, and super user workflows in one system.
Usage clarity
Balances, ledgers, and top-ups make cost control understandable for every account.
Admin visibility
Inspect users, permissions, and conversion performance without leaving the platform.