# StartDocJobDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/documentation/dto/doc-automation.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/documentation/dto/doc-automation.dto.ts#L398)

## Properties

| Property | Type |
|---|---|
| `projectId` | `string` |
| `skipCloneIfExists` | `boolean` |
| `skipScreenshots` | `boolean` |
| `screenshotsOnly` | `boolean` |
| `includeVideo` | `boolean` |
| `scenarioId` | `string` |
| `maxPages` | `number` |
| `useV4dStructure` | `boolean` |
| `skipUpload` | `boolean` |
| `useAgentWriter` | `boolean` |
| `enableAgentVerification` | `boolean` |
| `includePaths` | `string[]` |
| `excludePaths` | `string[]` |
| `targetAudience` | `'beginner' | 'intermediate' | 'advanced'` |
| `audienceScope` | `string` |
| `tone` | `'formal' | 'friendly' | 'technical'` |
| `docKind` | `'api'` |
| `apiStyle` | `'reference-dense' | 'reference-blend' | 'tutorial-first'` |
| `maxDocuments` | `number` |
| `commitHash` | `string` |
| `branch` | `string` |
| `gitTag` | `string` |
| `versionLabel` | `string` |
| `versionDescription` | `string` |
| `triggeredBy` | `'manual' | 'webhook' | 'schedule' | 'cli'` |
| `useExternalOutput` | `boolean` |
| `externalOutputPath` | `string` |
| `updateAssetsOnly` | `boolean` |
| `onlySlugs` | `string[]` |
| `deltaMerge` | `boolean` |
| `removedSlugs` | `string[]` |
| `captureOnlySlugs` | `string[]` |
