---
title: "POST /openapi/v1/flow/nodes"
method: POST
path: "/openapi/v1/flow/nodes"
tags: ["openapi/v1/flow", "openapiV1Flow"]
---

# POST /openapi/v1/flow/nodes

`POST /openapi/v1/flow/nodes`

## Request body

- OpenapiFlowLegacyNodesReq
  - `flowType` string, required

## Response `200`

A successful response.

- object
  - `code` integer
  - `msg` string
  - `data` OpenapiFlowNodesResp
    - `nodes` OpenapiNodeRedNodeSet[], required
      - `id` string, required
      - `name` string, required
      - `types` string[], required
      - `enabled` boolean, required
      - `module` string, required
      - `version` string, required

---

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