generate-image-from-studio
Create customized images from Orshot Studio templates by applying data modifications and automatically mapping URLs to image fields.
Instructions
Generate an image from an Orshot Studio template using specified data modifications. Automatically maps URLs to appropriate image fields in the template. You can use either the template ID (numeric) or template name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Orshot API key for authentication (optional if set in environment) | |
| templateId | Yes | The ID or name of the Orshot Studio template to use | |
| data | No | Object containing data to populate the template (e.g., dynamic content, variable replacements, URLs for images) | |
| format | No | Output format for the generated image | png |
| responseType | No | Response type: base64 data, download URL, or binary data | url |
| webhook | No | Optional webhook URL to receive notifications when the rendering is complete |