---
title: "POST /workflow/run"
method: POST
path: "/workflow/run"
tags: ["workflow"]
---

# POST /workflow/run

`POST /workflow/run`

## Request body

- RunWorkflowRequest
  - `chat_session_id` string, uuid, required
  - `use_node_cache` boolean, required

## Response `200`

Successfully started workflow

## Other responses

- `400` — Invalid request
- `403` — Forbidden - user does not have write access to chat session
- `404` — Chat session not found
- `500` — Internal server error

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
