Convyx
Convert files without the tradeoffs.
Convyx is a server-side file conversion platform with TLS uploads, automatic deletion, durable worker queues, and a Business/Enterprise REST API.
Convert a file now
Try image conversion without an account. Sign in for documents, spreadsheets, audio, video, archives, larger files, and durable job history.
- 1Upload
- 2Choose format
- 3Configure
- 4Convert
- 5Download
Drop any supported file, or click to browse
Images · documents · spreadsheets · presentations · audio · video · archives
- TLS-encrypted uploads
- Auto-deleted on your schedule
- GDPR-aligned by design
- Never used for training data
How it works
Upload or drop in
Try a bounded image conversion directly, or sign in to upload larger and heavier formats. Dashboard and API uploads use a short-lived URL scoped to an isolated user and job key.
We queue and convert
Your job lands in the right engine's queue — image, document, spreadsheet, audio or video — and processes with dedicated, per-engine capacity.
Download, or let it come to you
Download through a short-lived signed link, or use a Business/Enterprise webhook for async jobs. Source and result objects are deleted on the retention schedule selected at upload.
Why Convyx
Browser-only tools stop at drag-and-drop. Teams need privacy, scale, and an API that doesn't feel bolted on.
01
Volume without friction
Batch uploads, shared targets, and a history that stays searchable when the 50th conversion of the month lands.
02
Retention you control
Delete immediately, after an hour, a day, or a week. Nothing lingers by default between accounts.
03
Server-grade formats
Documents, spreadsheets, audio, and video need real codecs — not whatever a browser tab can run.
04
Predictable under load
Queue-backed engines with per-format concurrency so a large encode never blocks a thumbnail.
API and platform for pipelines
Sync convert, async jobs, scoped API keys, signed webhooks, and SDKs — so conversions run where your product already lives. REST API access and customer webhooks are available on Business and Enterprise plans.
curl -X POST https://convyx.io/api/v1/convert \
-H "Authorization: Bearer cvx_..." \
-F [email protected] \
-F sourceFormat=png \
-F targetFormat=webpSecurity is the product, not a footnote
You're trusting us with files you can't put just anywhere. Every part of the pipeline is built to earn that.
Read the full security model →- Encryption
- HTTPS/TLS in transit; AES-256 SSE in prod
- Retention
- Immediate to 7 days, your choice
- Compliance
- GDPR-aligned SOC 2 planned
Encrypted in transit
Browser uploads and downloads use HTTPS/TLS. Production enables AES-256 SSE-S3 on object puts when the production S3 credential gate is on.
Automatic deletion
Every file has an expiry — immediate, 1 hour, 24 hours, or 7 days. Nothing is retained by default.
Isolated per-job storage
Each conversion gets its own storage key. Files are never indexed, searched, or shared across accounts.
Signed, expiring download links
Download URLs are single-purpose and time-boxed — no permanent public links to your files.
Team audit trail
Business and Enterprise team workspaces log membership changes and privileged actions such as API key and webhook management.
GDPR-aligned, SOC 2 planned
Data processing agreements available on request. A SOC 2 Type II audit is on the roadmap — we will publish status when an engagement is underway.
Simple pricing
Start free. Upgrade when file size or volume actually needs it.
FAQ
Do you keep my files after conversion?
Files are deleted automatically based on the retention window you choose. Free plans can keep results for 1h or 24h; paid plans add shorter and longer options including delete-immediately.
How is this different from a browser-only converter?
Browser-only tools are useful for small images, but office documents, media re-encoding and larger archives need heavier codecs and renderers. Convyx runs those jobs in bounded server-side engine queues over TLS and applies the retention window selected for the job. Convyx does not claim OCR support.
What's the maximum file size?
25 MB on Free, 500 MB on Pro, 2 GB on Business, and up to 10 GB on Enterprise. The homepage demo is capped at 15 MB since it runs unauthenticated.
Is there an API?
Yes — a REST API with webhooks on Business and Enterprise plans, plus SDKs for JavaScript and Python. See /docs/api.
Can my whole team share one workspace?
Yes — Business and Enterprise plans can create workspaces with Owner, Admin, Member, and Viewer roles. Permissions for jobs, API keys, billing, members, webhooks, and audit logs are enforced on the server.
What happens if a conversion fails?
You get a clear error message and the job is marked failed in your history — we never silently drop a file. Retry is one click. Monthly quotas count conversion attempts (including failures), because the worker still spends resources the moment a job starts.