JSON in.
PDF URL out.

The API that returns PDF URLs for Airtable, Make, Zapier, and any automation platform. Send JSON, get a hosted PDF link ready for attachment fields.

airtable-script.js
// Your Airtable scripting extension
let response = await fetch('https://api.docujson.com/v1/generate', {
  method: 'POST',
  headers: { 'X-API-Key': API_KEY },
  body: JSON.stringify({ template: 'invoice', data: invoiceData })
});

let { pdfUrl } = await response.json();

// Attach to your record
await table.updateRecordAsync(record, {
  'Invoice PDF': [{ url: pdfUrl }]
});

How It Works

Three simple steps to generate professional PDFs from your automation workflows.

1

Send JSON

POST your data to our API with your template choice

2

We Render

Our engine generates a beautiful PDF in seconds

3

Get URL

Receive a hosted URL ready for any attachment field

Built for Automation Platforms

Returns a URL that works perfectly with attachment fields. No file handling required.

Airtable
Popular
Make
Zapier
n8n
Retool

Perfect for Airtable Attachments

Our API returns a direct URL that Airtable's scripting extension can use to populate attachment fields. Generate invoices, reports, or any document directly from your base.

Templates

Professional templates ready to use

Free

Invoice

Professional invoices with line items and totals

Free

Weekly Report

Project status reports with milestones

Pro

Calendar

Multi-month calendars with events

Pro

KPI Dashboard

Metrics dashboard with trends

New

Custom Templates

Need a template that matches your exact requirements? We'll design and build it for you. Starting at $299 per template.

Simple Pricing

Start free, scale as you grow

Free

$0/month
  • 100 PDFs/month
  • 2 templates
  • API access
Most Popular

Pro

$29/month
  • 1,000 PDFs/month
  • All templates
  • Priority support

Business

$99/month
  • 10,000 PDFs/month
  • Custom templates
  • SLA guarantee