# BatchCreateUploadLinksRequestCreate

List of documents to get upload signed links for.

## Example Usage

```typescript
import { BatchCreateUploadLinksRequestCreate } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: BatchCreateUploadLinksRequestCreate = {};
```

## Fields

| Field                                                                                                  | Type                                                                                                   | Required                                                                                               | Description                                                                                            |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| `createDocumentUploadLinkRequest`                                                                      | [components.CreateUploadLinkRequestCreate](../../models/components/createuploadlinkrequestcreate.md)[] | :heavy_minus_sign:                                                                                     | List of documents to get upload signed links for                                                       |