generate-image-from-library
Create custom images using predefined library templates with specific modifications. Input a template ID, apply changes like text or color updates, and choose output format (PNG, JPG, PDF) and response type (base64, URL, binary).
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) | |
format | No | Output format for the generated image | png |
modifications | No | Object containing modifications to apply to the template (e.g., text replacements, color changes) | |
responseType | No | Response type: base64 data, download URL, or binary data | url |
templateId | Yes | The ID of the library template to use |