# exportNotion

**Kind:** API Endpoint

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

Export the published doc set into Notion as a page-tree (dryRun previews the block-tree, no token) — WS-E

## Endpoint

`POST /technical-docs/:projectId/export/notion`

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

## Referenced By

- `TechnicalDocsController` (MODULE_DECLARES)
