Automate PDF workflows
with Make.com
Connect AllPDFMagic to 1,000+ apps via Make.com HTTP modules. Process PDFs, extract data, and trigger document workflows — without writing a single line of code.
Connect in 3 steps
Add HTTP module in Make
In your Make scenario, add an "HTTP — Make a request" module. Set method to POST and the URL to any AllPDFMagic endpoint.
Set the Authorization header
Add header: Authorization = "Bearer YOUR_API_KEY". Pass your PDF file as a multipart/form-data body field named "file".
Popular automation templates
Copy these scenarios in Make and replace the API key with yours.
Gmail → Invoice Extractor → Google Sheets
When a new email with a PDF attachment arrives, extract invoice data automatically and append it to a Google Sheet for bookkeeping.
- 1.Trigger: New email in Gmail with PDF attachment
- 2.AllPDFMagic: Extract invoice data (vendor, amount, date, line items)
- 3.Google Sheets: Append row with structured data
Google Drive → AI Summarizer → Notion
When a PDF is added to a Google Drive folder, summarize it with AI and create a Notion page with the key points.
- 1.Trigger: New file in Google Drive folder
- 2.AllPDFMagic: AI summarize document
- 3.Notion: Create page with summary and original link
Typeform → Generate PDF Report → Email
When a survey is completed, generate a PDF report from the responses and email it to the respondent.
- 1.Trigger: New Typeform submission
- 2.AllPDFMagic: Convert HTML report to PDF
- 3.Gmail/SendGrid: Email PDF to respondent
Dropbox → Compress + Watermark → Slack
When a large PDF is uploaded to Dropbox, compress it, add a watermark, and post the optimized file to a Slack channel.
- 1.Trigger: New file in Dropbox folder
- 2.AllPDFMagic: Compress PDF + add watermark
- 3.Slack: Post file to #documents channel
Available endpoints
| Method | Endpoint | Description | Tier |
|---|---|---|---|
| POST | /api/v1/pdf/compress | Reduce PDF file size | Free |
| POST | /api/v1/pdf/merge | Merge multiple PDFs | Free |
| POST | /api/v1/pdf/split | Split PDF into pages | Free |
| POST | /api/v1/ai/summarize | AI document summary | Indie |
| POST | /api/v1/ai/extract-invoice | Extract invoice data | Developer |
| POST | /api/v1/convert/word-to-pdf | Word → PDF | Indie |
| POST | /api/v1/convert/pdf-to-excel | PDF → Excel | Indie |
| POST | /api/v1/pdf/watermark | Add text watermark | Developer |
Start automating PDF workflows today
Free API key — 500 calls/month. No credit card required.