---
title: "Copy an existing source flow"
method: POST
path: "/inter-api/supos/flow/copy"
tags: ["supos/sourceflow", "suposSourceflow"]
---

# Copy an existing source flow

`POST /inter-api/supos/flow/copy`

## Request body

- SourceFlowCopyReq
  - `description` string
  - `flowName` string, required
  - `groupId` string
  - `sourceId` string, required
  - `template` string

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` string
  - `msg` string

---

[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/1837fd35a283/schema)
