Transform your data into stunning, professional PDFs with our template library. Perfect for reports, calendars, dashboards, and invoices.
No credit card required. Upgrade anytime.
const response = await fetch('https://api.docujson.com/v1/generate', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'x-api-key': 'YOUR_API_KEY'
},
body: JSON.stringify({
templateId: 'weekly-report',
data: {
reportTitle: 'Weekly Status Report',
versionAsOf: '11/24/2025',
projects: [
{
title: 'Project Alpha',
status: 'Production',
progress: 75,
releaseDate: '03/15/2026'
}
]
}
})
});
const { pdfUrl } = await response.json();
console.log('PDF generated:', pdfUrl);A complete PDF generation platform with beautiful templates and powerful integrations.
Professional, customizable templates for reports, calendars, dashboards, and invoices.
Generate PDFs in seconds with our optimized serverless infrastructure on Vercel.
Copy-paste ready scripts for Airtable automations. No coding experience required.
RESTful API with clear documentation. Send JSON, get a PDF URL back.
Enterprise-grade security with API key authentication and usage tracking.
Add your logo, colors, and fonts to make every PDF uniquely yours.
Start with our professionally designed templates or create your own.
Project status reports with stakeholders and milestones
Multi-month calendars with events and date ranges
One-page metrics dashboard with KPI cards
Professional invoices with line items and totals
Generate PDFs directly from your Airtable base with our ready-to-use automation scripts. Just copy, paste, and configure.
// DocuJSON Airtable Integration
const API_KEY = 'YOUR_API_KEY';
const response = await fetch(
'https://api.docujson.com/v1/generate',
{
method: 'POST',
headers: {
'Content-Type': 'application/json',
'x-api-key': API_KEY
},
body: JSON.stringify({
templateId: 'weekly-report',
data: { /* your data */ }
})
}
);
const { pdfUrl } = await response.json();
// Attach to record...Start free, scale as you grow.
For personal projects
For growing teams
For organizations
Create your first PDF in under 5 minutes. No credit card required.
Create Free Account