Run a flow
Flows
Run a flow
Start a flow execution and return a task_id. Poll GET /v1/tasks/{task_id} to check status and retrieve outputs. Inputs are passed as {input_id: value} — use GET /v1/flows/{flow_id} to discover the declared inputs.
POST
Run a flow
Documentation Index
Fetch the complete documentation index at: https://docs.databar.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API Key for authentication
Path Parameters
Numeric ID of the flow to run
Body
application/json
Maps flow input id → value string. Use GET /v1/flows/{flow_id} to discover the required input ids.
Response
Task created — poll GET /v1/tasks/{task_id} for results