# draft

**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#L109)

Generate a DRAFT manual page from a captured flow

## Endpoint

`POST /capture/:projectId/flows/:id/draft`

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

## Referenced By

- `CaptureController` (MODULE_DECLARES)
