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
string
required

Flow identifier, e.g. fl_ab12cd34

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

task_id
string
required
status
string
required