# triggerScreenshots

**Kind:** API Endpoint

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

Trigger background screenshots

## Endpoint

`POST /doc-automation/jobs/:id/screenshots`

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

## Referenced By

- `DocAutomationController` (MODULE_DECLARES)
