---
title: "Create a mock flow from UNS path"
method: POST
path: "/inter-api/supos/flow/create"
tags: ["supos/sourceflow", "suposSourceflow"]
---

# Create a mock flow from UNS path

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

## Request body

- SourceFlowMockReq
  - `path` string, required
  - `unsAlias` string, required

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` SourceFlowInfo
    - `createTime` integer
    - `creator` string
    - `description` string
    - `flowId` string
    - `flowName` string
    - `flowStatus` string
    - `id` string
    - `mark` integer
    - `template` 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)
