# downloadDocument

Returns a pre-signed URL for downloading the file content of a document.

```
downloadDocument(

  id: ID!

): DownloadFile!
```

### Arguments[​](#arguments "Direct link to Arguments")

#### [`downloadDocument.id`](#id) ● [`ID!`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) non-null scalar[​](#id "Direct link to id")

### Type[​](#type "Direct link to Type")

#### [`DownloadFile`](https://docs.monei.com/apis/graphql/types/objects/download-file/.md) object[​](#downloadfile- "Direct link to downloadfile-")

Pre-signed URL for downloading a file from MONEI storage.
