# exportPublicManualPdf

**Kind:** API Endpoint

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

Download the served doc set as a branded PDF (PRO+; cached per version)

## Endpoint

`GET /public/p/:slugWithId/export/pdf`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `slugWithId` | path | `string` | ✓ |  |
| `audience` | query | `string` | - | Audience slug — selects the doc-set scope (user manual by default) |
| `lang` | query | `string` | - |  |

## Referenced By

- `PublicProjectController` (MODULE_DECLARES)
