Skip to main content
POST
Run a flow
This endpoint is asynchronous. It returns a task_id — poll Get task status to retrieve your results. Task data expires after 24 hours.

Headers

x-apikey
string
required

API Key for authentication

Path Parameters

flow_id
integer
required

Numeric ID of the flow to run

Body

application/json
inputs
Inputs · object

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