Skip to main content
Glama

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

NameRequiredDescriptionDefault
apiKeyNoOrshot API key for authentication (optional if set in environment)
dataNoObject containing data to populate the template (e.g., dynamic content, variable replacements, URLs for images)
formatNoOutput format for the generated imagepng
responseTypeNoResponse type: base64 data, download URL, or binary dataurl
templateIdYesThe ID or name of the Orshot Studio template to use
webhookNoOptional webhook URL to receive notifications when the rendering is complete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiKey": { "description": "Orshot API key for authentication (optional if set in environment)", "type": "string" }, "data": { "additionalProperties": {}, "default": {}, "description": "Object containing data to populate the template (e.g., dynamic content, variable replacements, URLs for images)", "type": "object" }, "format": { "default": "png", "description": "Output format for the generated image", "enum": [ "png", "jpg", "pdf" ], "type": "string" }, "responseType": { "default": "url", "description": "Response type: base64 data, download URL, or binary data", "enum": [ "base64", "url", "binary" ], "type": "string" }, "templateId": { "description": "The ID or name of the Orshot Studio template to use", "type": "string" }, "webhook": { "description": "Optional webhook URL to receive notifications when the rendering is complete", "format": "uri", "type": "string" } }, "required": [ "templateId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rishimohan/orshot-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server