---
spec: account.yaml
operationId: downloadDocument
---

Returns a temporary pre-signed download URL for the specified account document. Use that link to download the binary within the next two minutes.

## Response Examples

```json 200
{
  "s": "ok",
  "d": {
    "url": "https://example.com/download/temporary-link"
  },
  "errormsg": null
}
```

```json error
{
  "s": "error",
  "errormsg": "Unauthorized"
}
```
