A REST API for PDFs and images. Render sync, async, or in bulk. CDN-delivered URLs, signed to your taste.
curl -X POST https://automette.com/api/v1/renders \
-H "Authorization: Bearer dg_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"template_id": "cmb8t2q4x0003l40df1r7k9zu",
"format": "pdf",
"data": {
"name": "Ayana O.",
"amount": "$2,480.00"
}
}'Documents render in under a second at the median. Signed URLs, custom CDN domains, and full audit logs included on every paid plan.
Get a URL back inline, or listen for a webhook when big jobs finish.
Upload 50k rows, receive a signed ZIP of PDFs when the job completes.
A URL that renders on request with the values in its path. No API call at all, so it works from a spreadsheet or an email.
POST variables to any template. Get a PDF or image URL back in under a second.
Upload a CSV and get a signed ZIP. One job, one URL, no polling required.
Fire off a job and receive the result at your endpoint when it completes.
Create, update, validate, and preview templates. Every save is versioned and restorable.
List templates and read their field schemas, so you can validate data before rendering.
Every output URL is signed. Set expiry windows or serve via your own CDN domain.