Design a template once, connect data from any source, then generate pixel-perfect documents or graphics at any scale: one-off, bulk, or on-demand.
Making a document or a graphic takes three steps.
Design a template and place dynamic fields where data should appear. You can design a template on a visual canvas, using markup, or just upload a Word file you already use.
Connect data from Google Sheets, Airtable, CSV, forms, REST API, Zapier, or manual entry.
Generate outputs as PDF, Word, PNG, or JPG. At any scale: one-off, bulk, or on-demand.
Automate any document or graphic that’s part of a regular workflow. Generate invoices, certificates, social media graphics, ecommerce banners, event badges, contracts, reports, and more from pre-designed templates, without starting from scratch.
Automette comes with a form builder. Publish a hosted form on your own link, collect responses, generate documents, and automate your workflows.
Add document and image generation capabilities to your own software using our REST API and official integrations.
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",
"async": false,
"format": "pdf",
"data": {
"recipient": "Priya Sharma",
"course": "Advanced Financial Modelling",
"issued": "12 March 2026",
"verify_code": "8K2P9"
}
}'