# CreateDocumentDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/document/dto/create-document.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/document/dto/create-document.dto.ts#L14)

## Properties

| Property | Type |
|---|---|
| `title` | `string` |
| `slug` | `string` |
| `content` | `string` |
| `type` | `DocumentType` |
| `audiences` | `string[]` |
| `projectId` | `string` |
| `categoryId` | `string` |
| `source` | `DocumentSource` |
| `canRegenerate` | `boolean` |
| `kgEntityId` | `string` |
| `kgEntityType` | `string` |
