run_workflow
Chain up to 5 Boltwork services in one call. Pay once with Lightning and get final result plus intermediate outputs for tasks like webpage extraction, PDF summarization, translation, and more.
Instructions
Chain multiple Boltwork services in a single call. Pay once, describe a pipeline of up to 5 steps, get the final result plus all intermediate outputs. Use {"$from": N} in any input value to pass the primary output of step N into the current step. Costs 1000 sats via Lightning. Supported services: webpage, pdf, summarise, translate, data, tables, explain, review, compare. Example: fetch a webpage, translate the summary to French — steps: [{service: webpage, input: {url: ...}}, {service: translate, input: {text: {$from: 0}, target_language: french}}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Pipeline steps, each with 'service' and 'input' | |
| label | No | Optional label for this pipeline |