---
title: "Create a new flow"
method: POST
path: "/v1/flows"
tags: ["Flow"]
---

# Create a new flow

`POST /v1/flows`

Create a new screening flow

## Request body

- V1CreateFlowRequest
  - `flow` V1FlowCreationDTO
    - `name` string
    - `steps` V1StepCreationDTO[]
      - `id` string
      - `options` V1StepOptions
        - `skippable` boolean
    - `options` V1FlowOptions
      - `runCreditCheck` V1RunCreditCheck
        - `provider` string[]

## Response `200`

A successful response.

- V1CreateFlowResponse
  - `flowId` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto.md) · [All operations](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcove/proto-screening-v2-screening-proto/versions/9d9f9d9f0188/schema)
