# DownloadURLResponse

Type: object

Authorized media download state.

## Properties

- `ready` (boolean, required) - Whether the media object is available for download.
- `url` (string, optional) - Short-lived signed download URL. Present only when `ready` is true.

