Run Flow
Stream Deployed Flow
Run a flow and get the result streamed while the flow is running.
POST
/
inference
/
v0
/
stream
/
{org_id}
/
{flow_id}
Authorizations
Authorization
string
headerrequiredAuthorization header. Learn how to get it.
Query Parameters
version
integer
default: -1Version of the flow
prefix
boolean
default: falseAdd a prefix to the output
delta
boolean
default: trueStream deltas instead of full output
sse
boolean
default: falseUse server sent events instead of streaming response
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
.