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.

Read more

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.

Read more

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.

Read more

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.

Read more

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.

Read more

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.

Read more

Design Automation

The process of generating visual content (images, PDFs, banners, social posts) programmatically from templates and data, eliminating repetitive manual design work.

Read more

Design Variant

A single rendered output from a dynamic template with specific data substituted into the template fields. One template can produce unlimited variants.

Read more

Dynamic Template

A design template with named, swappable fields (text, images, colors) that can be populated programmatically to generate unique design variants.

Read more

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).

Read more

Image Generation API

A web service (REST or GraphQL endpoint) that accepts template references and data via HTTP requests and returns rendered images programmatically.

Read more

No-Code Automation

Automating workflows, including image generation, using visual automation platforms (Zapier, Make, n8n) that connect apps without writing code.

Read more

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.

Read more

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.

Read more

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.

Read more

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.

Read more

Template Layer

An individual element within a design template (text, image, shape, background) that can be targeted and modified programmatically during automated generation.

Read more

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.

Read more

Have a specific question?