Convert, edit and reshape your files
Turn a spreadsheet into JSON, a scan into a PDF, or a contract into an editable document. Do it in the browser, or wire it into your own software with a few lines of code.
- No watermarks on your output
- Files kept private to your account
- Free while in early access
Choose a file
or drag and drop it here
invoice.docx
.docx → .pdf
report.pdf
.pdf → .xlsx
people.csv
.csv → .json
Everything you need to move a file forward
Built for people who just need the job done, and for teams who need it done a thousand times a day without anyone watching.
Convert anything common
Images, documents and data files. Pick a target format and the result is ready to download — no queue, no email link.
18 PDF tools
Merge, split, compress, rotate, crop, watermark, add page numbers, protect and unlock — plus PDF to Word, Excel, PowerPoint and JPG.
Edit in the browser
Open a spreadsheet, document or text file, change it, and save a new copy. Your original is never overwritten.
Scoped API keys
Issue keys limited to read, write or delete. A pipeline that only uploads can never delete your history.
Signed webhooks
Get told the moment a job finishes. Every payload carries an HMAC signature and a timestamp so you can verify it.
A real API
Everything the dashboard does is a documented endpoint. JSON in, JSON out, with errors that say what went wrong.
Three steps, no ceremony
Upload
Drop in a file from your computer, or POST it to the API from your own code.
Choose
Pick a target format or a tool. Only conversions that actually work are offered.
Download
Grab the result straight away, or let a webhook tell your system it is ready.
A full PDF toolkit
The things you normally hunt for on a sketchy website, in one place, attached to your own account.
Organise
- Merge
- Split
- Extract pages
- Remove pages
- Reorder
Edit
- Rotate
- Crop
- Page numbers
- Watermark
Optimise
- Compress
- Repair
Secure
- Protect with a password
- Unlock
Convert
- PDF to Word
- PDF to Excel
- PDF to PowerPoint
- PDF to JPG
- Images to PDF
Edit without downloading
Open a CSV or spreadsheet in a proper grid, a Word document as paragraphs, or any text file in a plain editor. Fix the typo, save, done.
Every save creates a new copy, so the file you started with is still there if you change your mind.
| name | role | country |
| Ada | Engineer | GB |
| Grace | Analyst | US |
Built to be automated
The dashboard is just one client. Issue a scoped API key, point your pipeline at it, and let webhooks tell you when work is done.
- Scoped keys — read, write and delete are separate
- A key can never mint another key
- HMAC-signed webhooks with replay protection
- Errors that name the field and the fix
# Convert a document to PDF
curl -X POST https://api.example.com/api/v1/conversions \
-H "X-API-Key: axis_sk_…" \
-F file=@invoice.docx \
-F to=pdf
# → 201 Created
{
"conversion": {
"id": "9c2e…",
"converted_filename": "invoice.pdf",
"status": "completed"
}
}Free while we are in early access
We are still working out plans. Everything here is usable today at no cost. If you need volume, a contract, or something specific for your team, talk to us and we will sort it out.