Run Deployed Flow
Run a flow and get the result.
POST
/
inference
/
v0
/
run
/
{org_id}
/
{flow_id}
Authorizations
Authorization
string
headerrequiredAuthorization header. Learn how to get it.
Query Parameters
version
integer
default: -1Version of the flow
verbose
boolean
default: trueReturn the full model
Body
application/json ยท object
Input parameters for the flow
Response
200 - application/json
The response is of type any
.