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 header. Learn how to get it.
Query Parameters
Version of the flow
Add a prefix to the output
Stream deltas instead of full output
Use server sent events instead of streaming response
Return the full model
Body
application/json · object
Input parameters for the flow
Response
200 - application/json
The response is of type any
.