---
title: "Create a new flow"
method: POST
path: "/Flow.json"
tags: ["Journey"]
---

# Create a new flow

`POST /Flow.json`

## Request body

- object
  - `name` string, required
  - `content` string, required
  - `description` string
  - `journey_id` string, required
  - `active` boolean
  - `clone_flow_id` string

## Response `200`

Success

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/strikedm/apis/strikedm-backend-user-api.md) · [All operations](https://skmtc.net/strikedm/apis/strikedm-backend-user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/strikedm/strikedm-backend-user-api/revisions/0911119b1e17/schema)
