generate-image-from-studio
Create custom images from Orshot Studio templates by mapping data to dynamic fields. Choose output format (PNG, JPG, PDF) and response type (URL, base64, binary). Supports templates by ID or name.
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) | |
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 |
templateId | Yes | The ID or name of the Orshot Studio template to use | |
webhook | No | Optional webhook URL to receive notifications when the rendering is complete |