auto_awesome Product Features

Everything teams need to automate file workflows with one API.

ConvertPro combines secure conversion pipelines, role-based access, billing controls, history, downloads, and admin insight into one platform.

transform

7 live conversion flows

PDF to Word, PDF to Excel, DOCX to PDF, Excel to PDF, Image to PDF, background removal, and page removal.

admin_panel_settings

Role-based control

Built-in super user, admin, general, and demo roles with permission gates for conversion actions.

toll

Points and billing

Track balances, top up accounts, inspect ledger history, and enforce per-request charging in v3.

query_stats

Operational visibility

Dashboard overview, recent conversion history, success tracking, active-user monitoring.

Core capabilities

The platform is structured around practical API building blocks that product and platform teams need in real deployments.

upload_file

Conversion pipeline

Upload-based conversion endpoints with private output storage, download-by-conversion-id, idempotency protection, and per-action history feeds.

  • check_circle Multipart uploads for file-based conversion
  • check_circle Download URLs generated after success
  • check_circle History endpoints for each conversion type
lock

Access and permissions

JWT auth, current-user lookup, managed user creation, role changes, and per-user conversion permissions exposed through admin-safe APIs.

  • check_circle Access and refresh token flow
  • check_circle Bulk and per-action permission updates
  • check_circle Role-gated admin operations
monitoring

Insight and governance

Monitor usage with dashboard summaries, per-user API visibility, active-user lists, point-giving history, and detailed user audit views.

  • check_circle Balance and ledger endpoints
  • check_circle Dashboard success and latency insights
  • check_circle Admin active-user and point history views

Built for real teams

The product covers the entire workflow from authentication to conversion execution to team governance.

Developers

Simple integration

Clean REST paths, predictable JSON responses, and upload-first conversion flows.

Operations

Safe retries

Idempotency keys help avoid duplicate charges and repeated conversion work.

Admins

User governance

Manage roles, conversion permissions, balances, and inspect activity from one place.

Product teams

Scalable packaging

Support demo users, internal teams, and enterprise customers with one backend model.

API Preview

One platform, versioned and production-friendly.

Use v2 for auth and user management, and v3 for points, permissions, dashboard, admin, and conversion workflows.

POST /api/v3/conversions/pdf-to-word
curl -X POST .../api/v3/conversions/pdf-to-word \
  -H "Authorization: Bearer <token>" \
  -F "file=@document.pdf"

{ "status": "success", "points_charged": 3 }

Ship faster with a complete conversion stack.

Start with the docs, choose a pricing tier, and integrate the endpoints your team needs.