generate-image-from-library
Generate customized images from Orshot library templates by applying text replacements, color changes, and other modifications in PNG, JPG, or PDF formats.
Instructions
Generate an image from an Orshot library template using specified modifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Orshot API key for authentication (optional if set in environment) | |
| templateId | Yes | The ID of the library template to use | |
| modifications | No | Object containing modifications to apply to the template (e.g., text replacements, color changes) | |
| format | No | Output format for the generated image | png |
| responseType | No | Response type: base64 data, download URL, or binary data | url |