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.
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.
API Key for authentication
Numeric ID of the flow to run
Maps flow input id → value string. Use GET /v1/flows/{flow_id} to discover the required input ids.
Task created — poll GET /v1/tasks/{task_id} for results