Generate multiple image variants for a single data point.
You can build any creative automation use case using the CE.SDK headless API.
The starting point is a set of CE.SDK templates for a team card design in two dimensions. It includes a placeholder avatar image and text variables for the name and department.
We can automatically interpolate data from any source into our templates using CE.SDK headless API. Taking an array of team member data consisting their profile pictures, names and department, we interpolate the data into the template using the variable and placeholder APIs, respectively.
The generated scenes can be individually edited to add corrections and account for per instance differences, for example, the position of the person in the profile picture or the length of the text that was interpolated.
When a user edits and saves one of the master templates the updates are automatically applied to each generated instance. Note that any changes made to individual instances are overwritten by these updates. In order to preserve these changes, it is possible to record a change-set by using the events API. Changes could then be reapplied after edits to the master template.