# create

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/capture/capture.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/capture/capture.controller.ts#L36)

Ingest a recorded flow (recipe of steps)

## Endpoint

`POST /capture/:projectId/flows`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ |  |

## Referenced By

- `CaptureController` (MODULE_DECLARES)
