Short answer: You can generate ideogram image in Ideogram by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Ideogram Generate Ideogram Image action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Speed rendering_speed | options | Optional | Speed. Options: Quality, Default, Turbo |
Prompt prompt | string | Required | Prompt (required) |
Aspect Ratio aspect_ratio | options | Optional | Aspect Ratio. Options: 1:1, 16:9, 9:16 … |
Model model | options | Optional | Model. Options: V3 (latest), V2A Turbo |
{"rendering_speed": "{{trigger.rendering_speed}}","prompt": "{{trigger.prompt}}","aspect_ratio": "{{trigger.aspect_ratio}}","model": "{{trigger.model}}"}
{"data": [{"url": "https://example.com/img.jpg","prompt": "...","resolution": "1024x1024"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.