PrivConvert API
File conversion for your app.
Zero data retention.
Add the same privacy-first conversion engine that powers PrivConvert to your own product. Every file is processed in memory and deleted instantly - nothing ever touches disk.
# Convert a Word file to PDF - in memory, nothing stored
curl -X POST https://privconvert.com/api/convert/word-to-pdf \
-H "Authorization: Bearer pk_live_…" \
-F "[email protected]" \
-o contract.pdf Pricing
Pay only for the volume you need.
Move the slider to your monthly volume. Buy the credits outright, or subscribe at a lower rate per conversion - the same API either way.
Package $271 one-time · Subscription $155/month
| Package One-time payment. Credits last 2 years. $271 Buy credits | Best rate Subscription Monthly credits at our lowest rate. $155/mo Subscribe | Enterprise Custom volume, contracts and compliance. Custom Contact sales | |
|---|---|---|---|
| Volume | |||
| Conversion credits | 45,000 | 45,000 / month | Custom |
| Cost per credit | $0.0060 | $0.0034 | Custom |
| Credit expiry | 2 years | Monthly reset | Custom |
| Payment | One-time | Monthly | Invoice |
| Unused credits roll over | Custom | ||
| Limits at this volume | |||
| Maximum file size | 500 MB | 500 MB | Custom |
| Requests per minute | 120 | 120 | Custom |
| Concurrent conversions | 4 | 4 | Custom |
| Included with every plan | |||
| All 450+ conversion endpoints | |||
| Zero data-retention, in-memory only | |||
| Only successful conversions are charged | |||
| Signed DPA & invoicing | |||
| Support | Dedicated + SLA | ||
One credit is one successfully converted file. Need more than 500,000 a month? Let’s talk.
Referenced by
Security and industry publications point here.
Cites PrivConvert’s published security assessment in its guide to sandboxing file parsers on Linux.
LinuxSecurity
Uses the questions PrivConvert was built to answer as its vendor due-diligence framework.
Guardian Digital
Cites PrivConvert for secure document handling that minimises data exposure.
CyberDB
Points readers to PrivConvert when a slicer will not accept their 3D mesh format.
SelfCADThe assessment they cite covers 24 conversion tools with no critical or high-severity findings, and is published in full. More coverage on our press page.
Get your API key
Pick a plan and we issue a secret key tied to your account.
Send a file
POST any file to a conversion endpoint with your key in the header.
Get it back
The converted file streams straight back - processed in RAM, never stored.
Built for files you can’t send just anywhere.
Most conversion APIs upload, queue and store your customers’ files on disk. PrivConvert doesn’t. Every conversion runs entirely in RAM and is wiped the moment it completes - so legal, medical and finance teams can integrate without handing sensitive documents to a third party that keeps them.
- In-memory processing, zero disk writes
- Files deleted instantly after each conversion
- Signed DPA available on Enterprise
Frequently Asked Questions
How is the API priced?
What happens if I go over my monthly quota?
How does authentication work?
What are the rate and concurrency limits?
What is the maximum file size?
Can I discover tools and check usage programmatically?
Is there a free tier?
What about my users’ files - do you store them?
Which conversions are available over the API?
Do you offer no-code integrations like n8n, Zapier or Make?
Can I use the API in a commercial product?
How do I get started?
Integration guides
Written against the same API these docs describe.