run_workflow
Execute AI workflows by providing a workflow ID and input values. Supports generating images, text, and audio from text, URLs, or base64-encoded media.
Instructions
Run a workflow (glif) with the specified ID and inputs. Workflows can generate images, text, audio, and more. Inputs can include text, URLs, or base64-encoded media.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the workflow (glif) to run | |
| inputs | Yes | Array of input values. Can be text, media URLs, or base64-encoded media (data:image/png;base64,... or data:image/jpeg;base64,...) |