roboflow_workflow_run
Execute a Roboflow Workflow, chaining multiple computer vision models and logic steps into a single pipeline. Provide a workflow ID and image to run inference.
Instructions
Execute a Roboflow Workflow. Workflows chain multiple models and logic steps into a single pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Image as a URL, base64 string, or local file path | |
| workspace | No | Workspace ID. Defaults to the API key owner's workspace. | |
| parameters | No | Additional workflow parameters | |
| workflow_id | Yes | Workflow ID to execute |