---
title: "Run Deployed Flow"
method: POST
path: "/inference/v0/run/{org_id}/{flow_id}"
tags: ["Run Flow"]
---

# Run Deployed Flow

`POST /inference/v0/run/{org_id}/{flow_id}`

Run a flow and get the result.

## Path parameters

- `org_id` string, required
- `flow_id` string, required — The flow ID. [Learn how to get it](/docs/api-reference/how-to-get-flow-id).

## Query parameters

- `version` integer — Version of the flow
- `verbose` boolean — Return the full model

## Request body

- object — Input parameters for the flow

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/stack-ai/apis/stackai-api.md) · [All operations](https://skmtc.net/stack-ai/apis/stackai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stack-ai/stackai-api/revisions/ca7b37f9b908/schema)
