This month's usage
0 / 300 requests
Plan: Basic Manage billing Upgrade plan
API keys
Use a key in the X-API-Key header when calling api.filealloy.com.
Copy your new key now. For your security we only store a hash, so it won't be shown again.
No keys yet. Create one to start calling the API.
Quickstart
Merge two PDFs into one:
curl -X POST https://api.filealloy.com/merge \
-H "X-API-Key: YOUR_KEY" \
-F "files=@a.pdf" -F "files=@b.pdf" \
-o merged.pdf