Free tier with real monthly allowance
100 conversions/month, no card required
CloudConvert alternative
CloudConvert is a mature, API-first file conversion service with strong format coverage and a respected developer reputation. Converterer covers similar territory with an emphasis on flat per-month pricing, a lean REST surface, and built-in no-code integrations.
At a glance
| Converterer | CloudConvert | |
|---|---|---|
| Pricing unit | Flat per conversion | Credits per conversion minute (min 1; Office→PDF 2 credits, PDF→Office 4) |
| Free tier | 100 conversions/month, no card | 10 credits/day, 1 GB max file |
| API shape | Single POST /convert with the file and output format | Job + task chains (import → convert → export) |
| Authentication | HTTP Basic with your API key | Bearer token with scoped keys |
| SDKs | None needed: plain REST, recipes in 7 languages plus cURL | Official PHP, Node.js, Python, Ruby, Java, .NET |
| Webhooks | Yes | Yes |
| Output delivery | Directly into your S3/B2/GCS/Azure bucket | Export task to URL or your storage |
| File size limits | 1 GB per file on every plan (custom plans for larger) | Free: 1 GB per file; paid: unlimited |
| Format coverage | 300+ conversion pairs | 200+ formats (broader long tail) |
| Website capture | Included (URL to print-ready PDF) | Via Chrome engine options |
Pricing
The structural difference: Converterer bills a flat rate per conversion, while CloudConvert meters conversion minutes, where a long video consumes several credits and document/PDF conversions carry 2–4× credit multipliers.
| Monthly volume | Converterer | CloudConvert |
|---|---|---|
| 1,000 / month | $9.99 (Starter, includes 2,500) | Roughly $8–9/month on a 1,000-credit subscription |
| 10,000 / month | $29.99 (Growth) | Roughly $80–90/month at published per-credit rates |
| 50,000 / month | $99.99 (Scale) | Roughly $400+/month before volume discounts |
CloudConvert figures are approximate: they assume 1 conversion ≈ 1 credit (a sub-1-minute job with no multiplier) and per-credit rates of roughly $0.008–0.017 as of June 2026. CloudConvert sets exact prices in an interactive slider, so check cloudconvert.com/pricing for current numbers. Converterer overage: $0.003–0.03 per extra conversion depending on plan (Volume tier: $249.99/month for 250,000).
Source: CloudConvert official pricing · Last verified: 23 July 2026
What Converterer brings
100 conversions/month, no card required
POST a file, get a task id, fetch result from your storage
Code recipes in 7 languages plus cURL, no SDK install
Get notified when a job finishes, no polling
Zapier, Make, n8n, Power Automate, Workato
Two APIs under one account
S3, B2, GCS, Azure Blob, files land directly in your bucket
Public per-month plans from $9.99, no credit packs, cancel anytime
Migration
Most CloudConvert integrations collapse into a single request on Converterer: swap the Bearer token for HTTP Basic auth with your API key, and replace the import → convert → export job chain with one multipart POST. Webhooks re-register via the API, and output lands straight in your own bucket.
We have been through this exact move: we helped migrate the photo-booth product Breeze off CloudConvert, and its conversion workload now runs on Converterer. The step-by-step mapping we used is written up as a full guide.
# CloudConvert: create job → upload via import task → poll → export task # Converterer: one request, then a webhook (or fetch from your bucket) curl -u "$CONVERTERER_API_KEY:" \ https://api.converterer.com/convert \ -F input=@report.docx \ -F output_format=pdf # → {"id":"9f1a8e7c-…", "status":"queued"} - result lands in your storage
Honest take
Next steps
No card. 100 free conversions per month is enough to validate against your real workload.
Comparing other providers? FreeConvert · Convertio · Zamzar
Popular conversions
Ready to test it?
Get into the API docs, grab a code recipe in your language, or wire up a no-code workflow. The free tier is enough to test against your real files.