# createSimpleBatch

**Kind:** Function

**Source:** [`atloria-monorepo/apps/screenshot-worker/test/helpers/batch-builder.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/test/helpers/batch-builder.ts#L295)

Helper function to create a simple batch request

## Signature

```ts
function createSimpleBatch(urls: string[], options: {
    projectId?: string;
    organizationId?: string;
    config?: Partial<BatchConfigDto>;
  }): TakeBatchScreenshotsDto
```

## Parameters

| Name | Type |
|---|---|
| `urls` | `string[]` |
| `options` | `{
    projectId?: string;
    organizationId?: string;
    config?: Partial<BatchConfigDto>;
  }` |

**Returns:** `TakeBatchScreenshotsDto`
