Render a template with dynamic variables
This endpoint renders a template with the provided dynamic variables. The response is the rendered image file.
The unique identifier of the template to render
An object containing key-value pairs of variable names and their values. The keys should match the variable names defined in the template.
The endpoint returns the rendered image file directly. On success, you’ll receive the image data with the appropriate content type header.
Here’s how to use the render endpoint with different variable types:
The unique identifier of the template
Dynamic variables for the template
The dynamically rendered image