This endpoint is used to trigger a flow run via API
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
In addition to the documented top-level fields, you may include any additional inputs in the request body.
The id for the user initiating the flow.
The id for the saved flow.
(Optional) The id of the project within which the flow is executed.
Arbitrary input value. The property key is matched by name to an Input node in the flow, and the entire body will be forwarded to any Webhook Input node.