Design Automation Glossary
Key terms and definitions for design automation, image generation APIs, and visual content production at scale.
Ad Creative Automation
The automated production of advertising visuals (banner ads, social ads, display ads) at scale using templates and data to generate hundreds or thousands of variants for testing and targeting.
Bulk Image Generation
The process of generating many image variants at once from a single template and a dataset, typically by iterating through rows of data and rendering one image per row.
Canva Bulk Create
A built-in Canva feature that generates multiple design variants from a CSV or spreadsheet within the Canva editor. UI-only with no API; limited to text and image swaps.
Canva Connect API
Canva's official platform API that enables developers to embed Canva editors, manage assets, and autofill brand templates. Requires a Canva Enterprise subscription.
Canva Import
The ability to import an existing Canva design into a design automation platform, converting its layers into dynamic template fields without rebuilding the design from scratch.
Creative Automation
A broader term for automating any creative production workflow, including image, video, and document generation, to reduce manual design labor and scale content output.
Design Automation
The process of generating visual content (images, PDFs, banners, social posts) programmatically from templates and data, eliminating repetitive manual design work.
Design Variant
A single rendered output from a dynamic template with specific data substituted into the template fields. One template can produce unlimited variants.
Dynamic Template
A design template with named, swappable fields (text, images, colors) that can be populated programmatically to generate unique design variants.
Image Format (PNG, JPEG, PDF, WebP)
The file encoding used for rendered images. Common formats in design automation include PNG (lossless, transparency), JPEG (lossy, smaller), PDF (print-ready, vector), and WebP (modern web).
Image Generation API
A web service (REST or GraphQL endpoint) that accepts template references and data via HTTP requests and returns rendered images programmatically.
No-Code Automation
Automating workflows, including image generation, using visual automation platforms (Zapier, Make, n8n) that connect apps without writing code.
Open Graph Image (OG Image)
The preview image that appears when a URL is shared on social media, messaging apps, or search results. Defined via the og:image meta tag.
Personalized Image
An image generated with content specific to an individual person or context, such as their name, avatar, stats, or preferences, baked into the design.
Render Credits
The unit of currency used by most design automation platforms to meter usage. Each image or PDF generation typically consumes one render credit.
REST API
A web service interface following REST (Representational State Transfer) conventions, using standard HTTP methods (GET, POST, PUT, DELETE) to interact with resources. Most image generation APIs use REST.
Template Layer
An individual element within a design template (text, image, shape, background) that can be targeted and modified programmatically during automated generation.
Webhook
An HTTP callback that automatically notifies your application when an event occurs, such as an image finishing rendering, by sending a POST request to a URL you specify.
Have a specific question?